#6d111c

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

Shades of Pohutukawa #6D111C

Tints of Pohutukawa #6D111C

Color information

#6D111C (or 0x6D111C) is unknown color: approx Pohutukawa. HEX triplet: 6D, 11 and 1C. RGB value is (109,17,28). Sum of RGB (Red+Green+Blue) = 109+17+28=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D111C is #92EEE3. Grayscale: #2D2D2D. Windows color (decimal): -9629412 or 1839469. OLE color: 1839469.

HSL color Cylindrical-coordinate representation of color #6D111C: hue angle of 352.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D111C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB1091728-
CMYK00.840.740.57
HSL352.83º73.02%24.71%-
HSV(B)352.83º84.4%42.75%-
XYZ6.723.741.47-
YUV45.76117.98173.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 70.78%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=70.78%
G=11.04%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109172800.840.740.57352.8373.0224.71
Hex6D111C0544A391614919
Octal155213401241127154111131
Binary11011011000111100010101001001010111001101100001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d111c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6d111c; }

 p { color: rgb(109,17,28); }

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

<style>
 a { background-color: #6d111c; }

 a { background-color: rgb(109,17,28); }

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

<style>
 span { border-color: #6d111c; }

 span { border-color: rgb(109,17,28); }

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