Html Css Color HEX #6F0D1D Pohutukawa

📋 copy color: '#6F0D1D'

red 111 ◦ green 13 ◦ blue 29

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

Shades of Pohutukawa #6F0D1D

Tints of Pohutukawa #6F0D1D

RGB

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

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

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

R = 72.55%
G = 8.5%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F0D1D (or 0x6F0D1D) is known color: Pohutukawa. HEX triplet: 6F, 0D and 1D. RGB value is (111,13,29). Sum of RGB (Red+Green+Blue) = 111+13+29=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D1D is #90F2E2. Grayscale: #2C2C2C. Windows color (decimal): -9499363 or 1903983. OLE color: 1903983.

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

Color convert

RGB 111 13 29 -
CMYK 0 0.88 0.74 0.56
HSL 350.2º 0.79% 0.24% -
HSV(B) 350.2º 0.88% 0.44% -
XYZ 6.92 3.76 1.52 -
YUV 44.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 111 13 29 0 0.88 0.74 0.56 350.2 0.79 0.24
Hex 6F D 1D 0 58 4A 38 15E 4F 18
Octal 157 15 35 0 130 112 70 536 117 30
Binary 1101111 1101 11101 0 1011000 1001010 111000 101011110 1001111 11000

Color Harmonies of #6F0D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0D1D

Black with #6F0D1D

Text Example


Text Example

White with #6F0D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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