Html Css Color HEX #8F040C Sangria

📋 copy color: '#8F040C'

red 143 ◦ green 4 ◦ blue 12

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

Shades of Sangria #8F040C

Tints of Sangria #8F040C

RGB

 RED value IS 143 (56.25% from 255) = 89.94%

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 89.94%
G = 2.52%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F040C (or 0x8F040C) is known color: Sangria. HEX triplet: 8F, 04 and 0C. RGB value is (143,4,12). Sum of RGB (Red+Green+Blue) = 143+4+12=159 (21% of max value = 765). Red value is 143 (56.25% from 255 or 89.94% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 143 - color contains mainly: red. Hex color #8F040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F040C is #70FBF3. Grayscale: #2E2E2E. Windows color (decimal): -7404532 or 787599. OLE color: 787599.

HSL color Cylindrical-coordinate representation of color #8F040C: hue angle of 356.55º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F040C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 4 12 -
CMYK 0 0.97 0.92 0.44
HSL 356.55º 0.95% 0.29% -
HSV(B) 356.55º 0.97% 0.56% -
XYZ 11.44 5.95 0.89 -
YUV 46.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 143 4 12 0 0.97 0.92 0.44 356.55 0.95 0.29
Hex 8F 4 C 0 61 5C 2C 165 5F 1D
Octal 217 4 14 0 141 134 54 545 137 35
Binary 10001111 100 1100 0 1100001 1011100 101100 101100101 1011111 11101

Color Harmonies of #8F040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F040C

Black with #8F040C

Text Example


Text Example

White with #8F040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F040C; }

 p { color: rgb(143,4,12); }

 H1.HeaderClassName
 {
   color: #8F040C;
 }
 .AnyTagClassName
 {
   color: #8F040C;
 }
</style>

background-color css

<style>
 a { background-color: #8F040C; }

 a { background-color: rgb(143,4,12); }

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

border-color css

<style>
 span { border-color: #8F040C; }

 span { border-color: rgb(143,4,12); }

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