#6F0E24

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

Shades of Pohutukawa #6F0E24

Tints of Pohutukawa #6F0E24

Color information

#6F0E24 (or 0x6F0E24) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0E and 24. RGB value is (111,14,36). Sum of RGB (Red+Green+Blue) = 111+14+36=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E24 is #90F1DB. Grayscale: #2D2D2D. Windows color (decimal): -9499100 or 2362991. OLE color: 2362991.

HSL color Cylindrical-coordinate representation of color #6F0E24: hue angle of 346.39º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E24 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1111436-
CMYK00.870.680.56
HSL346.39º77.6%24.51%-
HSV(B)346.39º87.39%43.53%-
XYZ7.033.822.04-
YUV45.51122.64174.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.94%
GREEN value IS 14 (5.86% from 255) = 8.70%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=68.94%
G=8.70%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111143600.870.680.56346.3977.624.51
Hex6FE24057443815a4e19
Octal157164401271047053211631
Binary11011111110100100010101111000100111000101011010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,14,36); }

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

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

 a { background-color: rgb(111,14,36); }

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

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

 span { border-color: rgb(111,14,36); }

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