Html Css Color HEX #6F0D20 Pohutukawa

📋 copy color: '#6F0D20'

red 111 ◦ green 13 ◦ blue 32

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

Shades of Pohutukawa #6F0D20

Tints of Pohutukawa #6F0D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.33%

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

R = 71.15%
G = 8.33%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6F0D20 (or 0x6F0D20) is known color: Pohutukawa. HEX triplet: 6F, 0D and 20. RGB value is (111,13,32). Sum of RGB (Red+Green+Blue) = 111+13+32=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D20 is #90F2DF. Grayscale: #2C2C2C. Windows color (decimal): -9499360 or 2100591. OLE color: 2100591.

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

Color convert

RGB 111 13 32 -
CMYK 0 0.88 0.71 0.56
HSL 348.37º 0.79% 0.24% -
HSV(B) 348.37º 0.88% 0.44% -
XYZ 6.96 3.77 1.73 -
YUV 44.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 111 13 32 0 0.88 0.71 0.56 348.37 0.79 0.24
Hex 6F D 20 0 58 47 38 15C 4F 18
Octal 157 15 40 0 130 107 70 534 117 30
Binary 1101111 1101 100000 0 1011000 1000111 111000 101011100 1001111 11000

Color Harmonies of #6F0D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0D20

Black with #6F0D20

Text Example


Text Example

White with #6F0D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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