Html Css Color HEX #6F0C1F Pohutukawa

📋 copy color: '#6F0C1F'

red 111 ◦ green 12 ◦ blue 31

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

Shades of Pohutukawa #6F0C1F

Tints of Pohutukawa #6F0C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.79%

 BLUE value IS 31 (12.5% from 255) = 20.13%

R = 72.08%
G = 7.79%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F0C1F (or 0x6F0C1F) is known color: Pohutukawa. HEX triplet: 6F, 0C and 1F. RGB value is (111,12,31). Sum of RGB (Red+Green+Blue) = 111+12+31=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C1F is #90F3E0. Grayscale: #2B2B2B. Windows color (decimal): -9499617 or 2034799. OLE color: 2034799.

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

Color convert

RGB 111 12 31 -
CMYK 0 0.89 0.72 0.56
HSL 348.48º 0.8% 0.24% -
HSV(B) 348.48º 0.89% 0.44% -
XYZ 6.93 3.74 1.65 -
YUV 43.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 111 12 31 0 0.89 0.72 0.56 348.48 0.8 0.24
Hex 6F C 1F 0 59 48 38 15C 50 18
Octal 157 14 37 0 131 110 70 534 120 30
Binary 1101111 1100 11111 0 1011001 1001000 111000 101011100 1010000 11000

Color Harmonies of #6F0C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C1F

Black with #6F0C1F

Text Example


Text Example

White with #6F0C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,12,31); }

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

background-color css

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

 a { background-color: rgb(111,12,31); }

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

border-color css

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

 span { border-color: rgb(111,12,31); }

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