Html Css Color HEX #8F030C Sangria

📋 copy color: '#8F030C'

red 143 ◦ green 3 ◦ blue 12

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

Shades of Sangria #8F030C

Tints of Sangria #8F030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

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

R = 90.51%
G = 1.9%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F030C (or 0x8F030C) is known color: Sangria. HEX triplet: 8F, 03 and 0C. RGB value is (143,3,12). Sum of RGB (Red+Green+Blue) = 143+3+12=158 (20% of max value = 765). Red value is 143 (56.25% from 255 or 90.51% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 143 - color contains mainly: red. Hex color #8F030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F030C is #70FCF3. Grayscale: #2D2D2D. Windows color (decimal): -7404788 or 787343. OLE color: 787343.

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

Color convert

RGB 143 3 12 -
CMYK 0 0.98 0.92 0.44
HSL 356.14º 0.96% 0.29% -
HSV(B) 356.14º 0.98% 0.56% -
XYZ 11.43 5.93 0.89 -
YUV 45.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 143 3 12 0 0.98 0.92 0.44 356.14 0.96 0.29
Hex 8F 3 C 0 62 5C 2C 164 60 1D
Octal 217 3 14 0 142 134 54 544 140 35
Binary 10001111 11 1100 0 1100010 1011100 101100 101100100 1100000 11101

Color Harmonies of #8F030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F030C

Black with #8F030C

Text Example


Text Example

White with #8F030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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