Html Css Color HEX #8F0306 Sangria

📋 copy color: '#8F0306'

red 143 ◦ green 3 ◦ blue 6

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

Shades of Sangria #8F0306

Tints of Sangria #8F0306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.95%

R = 94.08%
G = 1.97%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8F0306 (or 0x8F0306) is known color: Sangria. HEX triplet: 8F, 03 and 06. RGB value is (143,3,6). Sum of RGB (Red+Green+Blue) = 143+3+6=152 (20% of max value = 765). Red value is 143 (56.25% from 255 or 94.08% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0306 is #70FCF9. Grayscale: #2D2D2D. Windows color (decimal): -7404794 or 394127. OLE color: 394127.

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

Color convert

RGB 143 3 6 -
CMYK 0 0.98 0.96 0.44
HSL 358.71º 0.96% 0.29% -
HSV(B) 358.71º 0.98% 0.56% -
XYZ 11.39 5.92 0.71 -
YUV 45.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 143 3 6 0 0.98 0.96 0.44 358.71 0.96 0.29
Hex 8F 3 6 0 62 60 2C 167 60 1D
Octal 217 3 6 0 142 140 54 547 140 35
Binary 10001111 11 110 0 1100010 1100000 101100 101100111 1100000 11101

Color Harmonies of #8F0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0306

Black with #8F0306

Text Example


Text Example

White with #8F0306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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