#68111E

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

Shades of Pohutukawa #68111E

Tints of Pohutukawa #68111E

Color information

#68111E (or 0x68111E) is unknown color: approx Pohutukawa. HEX triplet: 68, 11 and 1E. RGB value is (104,17,30). Sum of RGB (Red+Green+Blue) = 104+17+30=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68111E is #97EEE1. Grayscale: #2C2C2C. Windows color (decimal): -9957090 or 1970536. OLE color: 1970536.

HSL color Cylindrical-coordinate representation of color #68111E: hue angle of 351.03º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68111E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1041730-
CMYK00.840.710.59
HSL351.03º71.9%23.73%-
HSV(B)351.03º83.65%40.78%-
XYZ6.143.441.57-
YUV44.5119.82170.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=68.87%
G=11.26%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104173000.840.710.59351.0371.923.73
Hex68111E054473B15f4818
Octal150213601241077353711030
Binary11010001000111110010101001000111111011101011111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68111E; }

 p { color: rgb(104,17,30); }

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

<style>
 a { background-color: #68111E; }

 a { background-color: rgb(104,17,30); }

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

<style>
 span { border-color: #68111E; }

 span { border-color: rgb(104,17,30); }

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