#6F112A

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

Shades of Pohutukawa #6F112A

Tints of Pohutukawa #6F112A

Color information

#6F112A (or 0x6F112A) is unknown color: approx Pohutukawa. HEX triplet: 6F, 11 and 2A. RGB value is (111,17,42). Sum of RGB (Red+Green+Blue) = 111+17+42=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F112A is #90EED5. Grayscale: #2F2F2F. Windows color (decimal): -9498326 or 2756975. OLE color: 2756975.

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

Color convert

RGB1111742-
CMYK00.850.620.56
HSL344.04º73.44%25.1%-
HSV(B)344.04º84.68%43.53%-
XYZ7.173.952.57-
YUV47.96124.64172.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 65.29%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=65.29%
G=10%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111174200.850.620.56344.0473.4425.1
Hex6F112A0553E381584919
Octal15721520125767053011131
Binary11011111000110101001010101111110111000101011000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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