#6F1122

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

Shades of Pohutukawa #6F1122

Tints of Pohutukawa #6F1122

Color information

#6F1122 (or 0x6F1122) is unknown color: approx Pohutukawa. HEX triplet: 6F, 11 and 22. RGB value is (111,17,34). Sum of RGB (Red+Green+Blue) = 111+17+34=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1122 is #90EEDD. Grayscale: #2F2F2F. Windows color (decimal): -9498334 or 2232687. OLE color: 2232687.

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

Color convert

RGB1111734-
CMYK00.850.690.56
HSL349.15º73.44%25.1%-
HSV(B)349.15º84.68%43.53%-
XYZ7.043.91.89-
YUV47.04120.64173.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.52%
GREEN value IS 17 (7.03% from 255) = 10.49%
BLUE value IS 34 (13.67% from 255) = 20.99%
R=68.52%
G=10.49%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111173400.850.690.56349.1573.4425.1
Hex6F1122055453815d4919
Octal157214201251057053511131
Binary110111110001100010010101011000101111000101011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,34); }

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

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

 a { background-color: rgb(111,17,34); }

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

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

 span { border-color: rgb(111,17,34); }

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