Html Css Color HEX #6F1118 Pohutukawa

📋 copy color: '#6F1118'

red 111 ◦ green 17 ◦ blue 24

#6F1118
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #6F1118

Tints of Pohutukawa #6F1118

RGB

 RED value IS 111 (43.75% from 255) = 73.03%

 GREEN value IS 17 (7.03% from 255) = 11.18%

 BLUE value IS 24 (9.77% from 255) = 15.79%

R = 73.03%
G = 11.18%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F1118 (or 0x6F1118) is known color: Pohutukawa. HEX triplet: 6F, 11 and 18. RGB value is (111,17,24). Sum of RGB (Red+Green+Blue) = 111+17+24=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1118 is #90EEE7. Grayscale: #2D2D2D. Windows color (decimal): -9498344 or 1577327. OLE color: 1577327.

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

Color convert

RGB 111 17 24 -
CMYK 0 0.85 0.78 0.56
HSL 355.53º 0.73% 0.25% -
HSV(B) 355.53º 0.85% 0.44% -
XYZ 6.92 3.85 1.24 -
YUV 45.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 111 17 24 0 0.85 0.78 0.56 355.53 0.73 0.25
Hex 6F 11 18 0 55 4E 38 164 49 19
Octal 157 21 30 0 125 116 70 544 111 31
Binary 1101111 10001 11000 0 1010101 1001110 111000 101100100 1001001 11001

Color Harmonies of #6F1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1118

Black with #6F1118

Text Example


Text Example

White with #6F1118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F1118;
 }
 .AnyTagClassName
 {
   color: #6F1118;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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