#6D1419

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

Shades of Pohutukawa #6D1419

Tints of Pohutukawa #6D1419

Color information

#6D1419 (or 0x6D1419) is unknown color: approx Pohutukawa. HEX triplet: 6D, 14 and 19. RGB value is (109,20,25). Sum of RGB (Red+Green+Blue) = 109+20+25=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1419 is #92EBE6. Grayscale: #2F2F2F. Windows color (decimal): -9628647 or 1643629. OLE color: 1643629.

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

Color convert

RGB1092025-
CMYK00.820.770.57
HSL356.63º68.99%25.29%-
HSV(B)356.63º81.65%42.75%-
XYZ6.733.821.3-
YUV47.18115.49172.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 70.78%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 25 (10.16% from 255) = 16.23%
R=70.78%
G=12.99%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109202500.820.770.57356.6368.9925.29
Hex6D14190524D391654519
Octal155243101221157154510531
Binary11011011010011001010100101001101111001101100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,20,25); }

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

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

 a { background-color: rgb(109,20,25); }

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

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

 span { border-color: rgb(109,20,25); }

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