#6D1426

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

Shades of Pohutukawa #6D1426

Tints of Pohutukawa #6D1426

Color information

#6D1426 (or 0x6D1426) is unknown color: approx Pohutukawa. HEX triplet: 6D, 14 and 26. RGB value is (109,20,38). Sum of RGB (Red+Green+Blue) = 109+20+38=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1426 is #92EBD9. Grayscale: #303030. Windows color (decimal): -9628634 or 2495597. OLE color: 2495597.

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

Color convert

RGB1092038-
CMYK00.820.650.57
HSL347.87º68.99%25.29%-
HSV(B)347.87º81.65%42.75%-
XYZ6.913.892.22-
YUV48.66121.99171.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 65.27%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=65.27%
G=11.98%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109203800.820.650.57347.8768.9925.29
Hex6D1426052413915c4519
Octal155244601221017153410531
Binary110110110100100110010100101000001111001101011100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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