#6F121B

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

Shades of Pohutukawa #6F121B

Tints of Pohutukawa #6F121B

Color information

#6F121B (or 0x6F121B) is unknown color: approx Pohutukawa. HEX triplet: 6F, 12 and 1B. RGB value is (111,18,27). Sum of RGB (Red+Green+Blue) = 111+18+27=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F121B is #90EDE4. Grayscale: #2E2E2E. Windows color (decimal): -9498085 or 1774191. OLE color: 1774191.

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

Color convert

RGB1111827-
CMYK00.840.760.56
HSL354.19º72.09%25.29%-
HSV(B)354.19º83.78%43.53%-
XYZ6.973.891.42-
YUV46.83116.81173.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.15%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=71.15%
G=11.54%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111182700.840.760.56354.1972.0925.29
Hex6F121B0544C381624819
Octal157223301241147054211031
Binary11011111001011011010101001001100111000101100010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,18,27); }

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

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

 a { background-color: rgb(111,18,27); }

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

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

 span { border-color: rgb(111,18,27); }

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