Html Css Color HEX #6F0C1D Pohutukawa

📋 copy color: '#6F0C1D'

red 111 ◦ green 12 ◦ blue 29

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

Shades of Pohutukawa #6F0C1D

Tints of Pohutukawa #6F0C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 73.03%
G = 7.89%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F0C1D (or 0x6F0C1D) is known color: Pohutukawa. HEX triplet: 6F, 0C and 1D. RGB value is (111,12,29). Sum of RGB (Red+Green+Blue) = 111+12+29=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C1D is #90F3E2. Grayscale: #2B2B2B. Windows color (decimal): -9499619 or 1903727. OLE color: 1903727.

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

Color convert

RGB 111 12 29 -
CMYK 0 0.89 0.74 0.56
HSL 349.7º 0.8% 0.24% -
HSV(B) 349.7º 0.89% 0.44% -
XYZ 6.91 3.73 1.52 -
YUV 43.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 111 12 29 0 0.89 0.74 0.56 349.7 0.8 0.24
Hex 6F C 1D 0 59 4A 38 15E 50 18
Octal 157 14 35 0 131 112 70 536 120 30
Binary 1101111 1100 11101 0 1011001 1001010 111000 101011110 1010000 11000

Color Harmonies of #6F0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C1D

Black with #6F0C1D

Text Example


Text Example

White with #6F0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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