Html Css Color HEX #8F030A Sangria

📋 copy color: '#8F030A'

red 143 ◦ green 3 ◦ blue 10

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

Shades of Sangria #8F030A

Tints of Sangria #8F030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.41%

R = 91.67%
G = 1.92%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.44

RGB Variations

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

Color information

#8F030A (or 0x8F030A) is known color: Sangria. HEX triplet: 8F, 03 and 0A. RGB value is (143,3,10). Sum of RGB (Red+Green+Blue) = 143+3+10=156 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.67% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 143 - color contains mainly: red. Hex color #8F030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F030A is #70FCF5. Grayscale: #2D2D2D. Windows color (decimal): -7404790 or 656271. OLE color: 656271.

HSL color Cylindrical-coordinate representation of color #8F030A: hue angle of 357º 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 #8F030A is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 3 10 -
CMYK 0 0.98 0.93 0.44
HSL 357º 0.96% 0.29% -
HSV(B) 357º 0.98% 0.56% -
XYZ 11.42 5.93 0.83 -
YUV 45.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 143 3 10 0 0.98 0.93 0.44 357 0.96 0.29
Hex 8F 3 A 0 62 5D 2C 165 60 1D
Octal 217 3 12 0 142 135 54 545 140 35
Binary 10001111 11 1010 0 1100010 1011101 101100 101100101 1100000 11101

Color Harmonies of #8F030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F030A

Black with #8F030A

Text Example


Text Example

White with #8F030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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