Html Css Color HEX #6F0F20 Pohutukawa

📋 copy color: '#6F0F20'

red 111 ◦ green 15 ◦ blue 32

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

Shades of Pohutukawa #6F0F20

Tints of Pohutukawa #6F0F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.49%

 BLUE value IS 32 (12.89% from 255) = 20.25%

R = 70.25%
G = 9.49%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6F0F20 (or 0x6F0F20) is known color: Pohutukawa. HEX triplet: 6F, 0F and 20. RGB value is (111,15,32). Sum of RGB (Red+Green+Blue) = 111+15+32=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F20 is #90F0DF. Grayscale: #2D2D2D. Windows color (decimal): -9498848 or 2101103. OLE color: 2101103.

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

Color convert

RGB 111 15 32 -
CMYK 0 0.86 0.71 0.56
HSL 349.38º 0.76% 0.25% -
HSV(B) 349.38º 0.86% 0.44% -
XYZ 6.99 3.83 1.74 -
YUV 45.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 111 15 32 0 0.86 0.71 0.56 349.38 0.76 0.25
Hex 6F F 20 0 56 47 38 15D 4C 19
Octal 157 17 40 0 126 107 70 535 114 31
Binary 1101111 1111 100000 0 1010110 1000111 111000 101011101 1001100 11001

Color Harmonies of #6F0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0F20

Black with #6F0F20

Text Example


Text Example

White with #6F0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,15,32); }

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

background-color css

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

 a { background-color: rgb(111,15,32); }

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

border-color css

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

 span { border-color: rgb(111,15,32); }

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