#6F0E28

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

Shades of Pohutukawa #6F0E28

Tints of Pohutukawa #6F0E28

Color information

#6F0E28 (or 0x6F0E28) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0E and 28. RGB value is (111,14,40). Sum of RGB (Red+Green+Blue) = 111+14+40=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E28 is #90F1D7. Grayscale: #2D2D2D. Windows color (decimal): -9499096 or 2625135. OLE color: 2625135.

HSL color Cylindrical-coordinate representation of color #6F0E28: hue angle of 343.92º 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 #6F0E28 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1111440-
CMYK00.870.640.56
HSL343.92º77.6%24.51%-
HSV(B)343.92º87.39%43.53%-
XYZ7.13.852.38-
YUV45.97124.64174.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.27%
GREEN value IS 14 (5.86% from 255) = 8.48%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=67.27%
G=8.48%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111144000.870.640.56343.9277.624.51
Hex6FE2805740381584e19
Octal157165001271007053011631
Binary11011111110101000010101111000000111000101011000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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