#6D111B

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

Shades of Pohutukawa #6D111B

Tints of Pohutukawa #6D111B

Color information

#6D111B (or 0x6D111B) is unknown color: approx Pohutukawa. HEX triplet: 6D, 11 and 1B. RGB value is (109,17,27). Sum of RGB (Red+Green+Blue) = 109+17+27=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D111B is #92EEE4. Grayscale: #2D2D2D. Windows color (decimal): -9629413 or 1773933. OLE color: 1773933.

HSL color Cylindrical-coordinate representation of color #6D111B: hue angle of 353.48º 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 #6D111B is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB1091727-
CMYK00.840.750.57
HSL353.48º73.02%24.71%-
HSV(B)353.48º84.4%42.75%-
XYZ6.73.731.4-
YUV45.65117.48173.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 71.24%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=71.24%
G=11.11%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109172700.840.750.57353.4873.0224.71
Hex6D111B0544B391614919
Octal155213301241137154111131
Binary11011011000111011010101001001011111001101100001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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