#6F111D

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

Shades of Pohutukawa #6F111D

Tints of Pohutukawa #6F111D

Color information

#6F111D (or 0x6F111D) is unknown color: approx Pohutukawa. HEX triplet: 6F, 11 and 1D. RGB value is (111,17,29). Sum of RGB (Red+Green+Blue) = 111+17+29=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F111D is #90EEE2. Grayscale: #2E2E2E. Windows color (decimal): -9498339 or 1905007. OLE color: 1905007.

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

Color convert

RGB1111729-
CMYK00.850.740.56
HSL352.34º73.44%25.1%-
HSV(B)352.34º84.68%43.53%-
XYZ6.983.871.54-
YUV46.47118.14174.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 70.70%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=70.70%
G=10.83%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111172900.850.740.56352.3473.4425.1
Hex6F111D0554A381604919
Octal157213501251127054011131
Binary11011111000111101010101011001010111000101100000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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