#69111D

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

Shades of Pohutukawa #69111D

Tints of Pohutukawa #69111D

Color information

#69111D (or 0x69111D) is unknown color: approx Pohutukawa. HEX triplet: 69, 11 and 1D. RGB value is (105,17,29). Sum of RGB (Red+Green+Blue) = 105+17+29=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #69111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69111D is #96EEE2. Grayscale: #2C2C2C. Windows color (decimal): -9891555 or 1905001. OLE color: 1905001.

HSL color Cylindrical-coordinate representation of color #69111D: hue angle of 351.82º 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 #69111D is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1051729-
CMYK00.840.720.59
HSL351.82º72.13%23.92%-
HSV(B)351.82º83.81%41.18%-
XYZ6.253.491.51-
YUV44.68119.15171.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 69.54%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=69.54%
G=11.26%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105172900.840.720.59351.8272.1323.92
Hex69111D054483B1604818
Octal151213501241107354011030
Binary11010011000111101010101001001000111011101100000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69111D; }

 p { color: rgb(105,17,29); }

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

<style>
 a { background-color: #69111D; }

 a { background-color: rgb(105,17,29); }

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

<style>
 span { border-color: #69111D; }

 span { border-color: rgb(105,17,29); }

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