#6F0D1C

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

Shades of Pohutukawa #6F0D1C

Tints of Pohutukawa #6F0D1C

Color information

#6F0D1C (or 0x6F0D1C) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0D and 1C. RGB value is (111,13,28). Sum of RGB (Red+Green+Blue) = 111+13+28=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D1C is #90F2E3. Grayscale: #2C2C2C. Windows color (decimal): -9499364 or 1838447. OLE color: 1838447.

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

Color convert

RGB1111328-
CMYK00.880.750.56
HSL350.82º79.03%24.31%-
HSV(B)350.82º88.29%43.53%-
XYZ6.913.751.46-
YUV44.01118.97175.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.03%
GREEN value IS 13 (5.47% from 255) = 8.55%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=73.03%
G=8.55%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111132800.880.750.56350.8279.0324.31
Hex6FD1C0584B3815f4f18
Octal157153401301137053711730
Binary1101111110111100010110001001011111000101011111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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