#6f0e1c

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

Shades of Pohutukawa #6F0E1C

Tints of Pohutukawa #6F0E1C

Color information

#6F0E1C (or 0x6F0E1C) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0E and 1C. RGB value is (111,14,28). Sum of RGB (Red+Green+Blue) = 111+14+28=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E1C is #90F1E3. Grayscale: #2C2C2C. Windows color (decimal): -9499108 or 1838703. OLE color: 1838703.

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

Color convert

RGB1111428-
CMYK00.870.750.56
HSL351.34º77.6%24.51%-
HSV(B)351.34º87.39%43.53%-
XYZ6.923.781.46-
YUV44.6118.64175.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.55%
GREEN value IS 14 (5.86% from 255) = 9.15%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=72.55%
G=9.15%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111142800.870.750.56351.3477.624.51
Hex6FE1C0574B3815f4e19
Octal157163401271137053711631
Binary1101111111011100010101111001011111000101011111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f0e1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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