#6D151D

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

Shades of Pohutukawa #6D151D

Tints of Pohutukawa #6D151D

Color information

#6D151D (or 0x6D151D) is unknown color: approx Pohutukawa. HEX triplet: 6D, 15 and 1D. RGB value is (109,21,29). Sum of RGB (Red+Green+Blue) = 109+21+29=159 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.55% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 109 - color contains mainly: red. Hex color #6D151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D151D is #92EAE2. Grayscale: #303030. Windows color (decimal): -9628387 or 1906029. OLE color: 1906029.

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

Color convert

RGB1092129-
CMYK00.810.730.57
HSL354.55º67.69%25.49%-
HSV(B)354.55º80.73%42.75%-
XYZ6.83.881.55-
YUV48.22117.15171.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.55%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=68.55%
G=13.21%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109212900.810.730.57354.5567.6925.49
Hex6D151D05149391634419
Octal155253501211117154310431
Binary11011011010111101010100011001001111001101100011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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