Html Css Color HEX #8F0509 Sangria

📋 copy color: '#8F0509'

red 143 ◦ green 5 ◦ blue 9

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

Shades of Sangria #8F0509

Tints of Sangria #8F0509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 91.08%
G = 3.18%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8F0509 (or 0x8F0509) is known color: Sangria. HEX triplet: 8F, 05 and 09. RGB value is (143,5,9). Sum of RGB (Red+Green+Blue) = 143+5+9=157 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.08% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0509 is #70FAF6. Grayscale: #2E2E2E. Windows color (decimal): -7404279 or 591247. OLE color: 591247.

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

Color convert

RGB 143 5 9 -
CMYK 0 0.97 0.94 0.44
HSL 358.26º 0.93% 0.29% -
HSV(B) 358.26º 0.97% 0.56% -
XYZ 11.43 5.97 0.81 -
YUV 46.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 143 5 9 0 0.97 0.94 0.44 358.26 0.93 0.29
Hex 8F 5 9 0 61 5E 2C 166 5D 1D
Octal 217 5 11 0 141 136 54 546 135 35
Binary 10001111 101 1001 0 1100001 1011110 101100 101100110 1011101 11101

Color Harmonies of #8F0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0509

Black with #8F0509

Text Example


Text Example

White with #8F0509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,5,9); }

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

background-color css

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

 a { background-color: rgb(143,5,9); }

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

border-color css

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

 span { border-color: rgb(143,5,9); }

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