#6E0C25

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

Shades of Pohutukawa #6E0C25

Tints of Pohutukawa #6E0C25

Color information

#6E0C25 (or 0x6E0C25) is unknown color: approx Pohutukawa. HEX triplet: 6E, 0C and 25. RGB value is (110,12,37). Sum of RGB (Red+Green+Blue) = 110+12+37=159 (21% of max value = 765). Red value is 110 (43.36% from 255 or 69.18% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0C25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0C25 is #91F3DA. Grayscale: #2C2C2C. Windows color (decimal): -9565147 or 2428014. OLE color: 2428014.

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

Color convert

RGB1101237-
CMYK00.890.660.57
HSL344.69º80.33%23.92%-
HSV(B)344.69º89.09%43.14%-
XYZ6.93.712.1-
YUV44.15123.97174.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 69.18%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=69.18%
G=7.55%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110123700.890.660.57344.6980.3323.92
Hex6EC2505942391595018
Octal156144501311027153112030
Binary11011101100100101010110011000010111001101011001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,12,37); }

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

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

 a { background-color: rgb(110,12,37); }

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

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

 span { border-color: rgb(110,12,37); }

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