#6D0D25

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

Shades of Pohutukawa #6D0D25

Tints of Pohutukawa #6D0D25

Color information

#6D0D25 (or 0x6D0D25) is unknown color: approx Pohutukawa. HEX triplet: 6D, 0D and 25. RGB value is (109,13,37). Sum of RGB (Red+Green+Blue) = 109+13+37=159 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.55% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D25 is #92F2DA. Grayscale: #2C2C2C. Windows color (decimal): -9630427 or 2428269. OLE color: 2428269.

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

Color convert

RGB1091337-
CMYK00.880.660.57
HSL345º78.69%23.92%-
HSV(B)345º88.07%42.75%-
XYZ6.783.672.1-
YUV44.44123.8174.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.55%
GREEN value IS 13 (5.47% from 255) = 8.18%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=68.55%
G=8.18%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109133700.880.660.5734578.6923.92
Hex6DD2505842391594f18
Octal155154501301027153111730
Binary11011011101100101010110001000010111001101011001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,13,37); }

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

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

 a { background-color: rgb(109,13,37); }

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

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

 span { border-color: rgb(109,13,37); }

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