#6D151C

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

Shades of Pohutukawa #6D151C

Tints of Pohutukawa #6D151C

Color information

#6D151C (or 0x6D151C) is unknown color: approx Pohutukawa. HEX triplet: 6D, 15 and 1C. RGB value is (109,21,28). Sum of RGB (Red+Green+Blue) = 109+21+28=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D151C is #92EAE3. Grayscale: #303030. Windows color (decimal): -9628388 or 1840493. OLE color: 1840493.

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

Color convert

RGB1092128-
CMYK00.810.740.57
HSL355.23º67.69%25.49%-
HSV(B)355.23º80.73%42.75%-
XYZ6.783.871.49-
YUV48.11116.65171.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.99%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=68.99%
G=13.29%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109212800.810.740.57355.2367.6925.49
Hex6D151C0514A391634419
Octal155253401211127154310431
Binary11011011010111100010100011001010111001101100011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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