Html Css Color HEX #9F0305 Sangria

📋 copy color: '#9F0305'

red 159 ◦ green 3 ◦ blue 5

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

Shades of Sangria #9F0305

Tints of Sangria #9F0305

RGB

 RED value IS 159 (62.5% from 255) = 95.21%

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

 BLUE value IS 5 (2.34% from 255) = 2.99%

R = 95.21%
G = 1.8%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F0305 (or 0x9F0305) is known color: Sangria. HEX triplet: 9F, 03 and 05. RGB value is (159,3,5). Sum of RGB (Red+Green+Blue) = 159+3+5=167 (22% of max value = 765). Red value is 159 (62.5% from 255 or 95.21% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0305 is #60FCFA. Grayscale: #323232. Windows color (decimal): -6356219 or 328607. OLE color: 328607.

HSL color Cylindrical-coordinate representation of color #9F0305: hue angle of 359.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F0305 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 3 5 -
CMYK 0 0.98 0.97 0.38
HSL 359.23º 0.96% 0.32% -
HSV(B) 359.23º 0.98% 0.62% -
XYZ 14.36 7.45 0.82 -
YUV 49.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 159 3 5 0 0.98 0.97 0.38 359.23 0.96 0.32
Hex 9F 3 5 0 62 61 26 167 60 20
Octal 237 3 5 0 142 141 46 547 140 40
Binary 10011111 11 101 0 1100010 1100001 100110 101100111 1100000 100000

Color Harmonies of #9F0305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0305

Black with #9F0305

Text Example


Text Example

White with #9F0305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F0305; }

 p { color: rgb(159,3,5); }

 H1.HeaderClassName
 {
   color: #9F0305;
 }
 .AnyTagClassName
 {
   color: #9F0305;
 }
</style>

background-color css

<style>
 a { background-color: #9F0305; }

 a { background-color: rgb(159,3,5); }

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

border-color css

<style>
 span { border-color: #9F0305; }

 span { border-color: rgb(159,3,5); }

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