Html Css Color HEX #9B1113 Sangria

📋 copy color: '#9B1113'

red 155 ◦ green 17 ◦ blue 19

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

Shades of Sangria #9B1113

Tints of Sangria #9B1113

RGB

 RED value IS 155 (60.94% from 255) = 81.15%

 GREEN value IS 17 (7.03% from 255) = 8.9%

 BLUE value IS 19 (7.81% from 255) = 9.95%

R = 81.15%
G = 8.9%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B1113 (or 0x9B1113) is known color: Sangria. HEX triplet: 9B, 11 and 13. RGB value is (155,17,19). Sum of RGB (Red+Green+Blue) = 155+17+19=191 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.15% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1113 is #64EEEC. Grayscale: #3A3A3A. Windows color (decimal): -6614765 or 1249691. OLE color: 1249691.

HSL color Cylindrical-coordinate representation of color #9B1113: hue angle of 359.13º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B1113 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 17 19 -
CMYK 0 0.89 0.88 0.39
HSL 359.13º 0.8% 0.34% -
HSV(B) 359.13º 0.89% 0.61% -
XYZ 13.84 7.42 1.32 -
YUV 58.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 155 17 19 0 0.89 0.88 0.39 359.13 0.8 0.34
Hex 9B 11 13 0 59 58 27 167 50 22
Octal 233 21 23 0 131 130 47 547 120 42
Binary 10011011 10001 10011 0 1011001 1011000 100111 101100111 1010000 100010

Color Harmonies of #9B1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1113

Black with #9B1113

Text Example


Text Example

White with #9B1113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,17,19); }

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

background-color css

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

 a { background-color: rgb(155,17,19); }

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

border-color css

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

 span { border-color: rgb(155,17,19); }

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