Html Css Color HEX #8F0C0D Sangria

📋 copy color: '#8F0C0D'

red 143 ◦ green 12 ◦ blue 13

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

Shades of Sangria #8F0C0D

Tints of Sangria #8F0C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 85.12%
G = 7.14%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8F0C0D (or 0x8F0C0D) is known color: Sangria. HEX triplet: 8F, 0C and 0D. RGB value is (143,12,13). Sum of RGB (Red+Green+Blue) = 143+12+13=168 (22% of max value = 765). Red value is 143 (56.25% from 255 or 85.12% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0C0D is #70F3F2. Grayscale: #333333. Windows color (decimal): -7402483 or 855183. OLE color: 855183.

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

Color convert

RGB 143 12 13 -
CMYK 0 0.92 0.91 0.44
HSL 359.54º 0.85% 0.3% -
HSV(B) 359.54º 0.92% 0.56% -
XYZ 11.53 6.13 0.96 -
YUV 51.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 143 12 13 0 0.92 0.91 0.44 359.54 0.85 0.3
Hex 8F C D 0 5C 5B 2C 168 55 1E
Octal 217 14 15 0 134 133 54 550 125 36
Binary 10001111 1100 1101 0 1011100 1011011 101100 101101000 1010101 11110

Color Harmonies of #8F0C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0C0D

Black with #8F0C0D

Text Example


Text Example

White with #8F0C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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