#6D0E28

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

Shades of Pohutukawa #6D0E28

Tints of Pohutukawa #6D0E28

Color information

#6D0E28 (or 0x6D0E28) is unknown color: approx Pohutukawa. HEX triplet: 6D, 0E and 28. RGB value is (109,14,40). Sum of RGB (Red+Green+Blue) = 109+14+40=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0E28 is #92F1D7. Grayscale: #2D2D2D. Windows color (decimal): -9630168 or 2625133. OLE color: 2625133.

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

Color convert

RGB1091440-
CMYK00.870.630.57
HSL343.58º77.24%24.12%-
HSV(B)343.58º87.16%42.75%-
XYZ6.853.722.36-
YUV45.37124.97173.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 66.87%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=66.87%
G=8.59%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109144000.870.630.57343.5877.2424.12
Hex6DE280573F391584d18
Octal15516500127777153011530
Binary1101101111010100001010111111111111001101011000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,14,40); }

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

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

 a { background-color: rgb(109,14,40); }

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

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

 span { border-color: rgb(109,14,40); }

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