#6D1529

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

Shades of Pohutukawa #6D1529

Tints of Pohutukawa #6D1529

Color information

#6D1529 (or 0x6D1529) is unknown color: approx Pohutukawa. HEX triplet: 6D, 15 and 29. RGB value is (109,21,41). Sum of RGB (Red+Green+Blue) = 109+21+41=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1529 is #92EAD6. Grayscale: #313131. Windows color (decimal): -9628375 or 2692461. OLE color: 2692461.

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

Color convert

RGB1092141-
CMYK00.810.620.57
HSL346.36º67.69%25.49%-
HSV(B)346.36º80.73%42.75%-
XYZ6.983.952.49-
YUV49.59123.15170.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.74%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=63.74%
G=12.28%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109214100.810.620.57346.3667.6925.49
Hex6D15290513E3915a4419
Octal15525510121767153210431
Binary11011011010110100101010001111110111001101011010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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