#68081B

Color #68081B Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #68081B

Tints of Pohutukawa #68081B

Color information

#68081B (or 0x68081B) is unknown color: approx Pohutukawa. HEX triplet: 68, 08 and 1B. RGB value is (104,8,27). Sum of RGB (Red+Green+Blue) = 104+8+27=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #68081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68081B is #97F7E4. Grayscale: #262626. Windows color (decimal): -9959397 or 1771624. OLE color: 1771624.

HSL color Cylindrical-coordinate representation of color #68081B: hue angle of 348.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68081B is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB104827-
CMYK00.920.740.59
HSL348.12º85.71%21.96%-
HSV(B)348.12º92.31%40.78%-
XYZ5.993.21.34-
YUV38.87121.3174.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 74.82%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=74.82%
G=5.76%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10482700.920.740.59348.1285.7121.96
Hex6881B05C4A3B15c5616
Octal150103301341127353412626
Binary1101000100011011010111001001010111011101011100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68081B; }

 p { color: rgb(104,8,27); }

 H1.HeaderClassName
 {
   color: #68081B;
 }
 .AnyTagClassName
 {
   color: #68081B;
 }
</style>
background-color css

<style>
 a { background-color: #68081B; }

 a { background-color: rgb(104,8,27); }

 div.DivClassName
 {
   background-color: #68081B;
 }
 .BgClassName
 {
   background-color: #68081B;
 }
</style>
border-color css

<style>
 span { border-color: #68081B; }

 span { border-color: rgb(104,8,27); }

 td.TdClassName
 {
   border-color: #68081B;
 }
 .TagClassName
 {
   border-color: #68081B;
 }
</style>