Html Css Color HEX #9B1213 Sangria

📋 copy color: '#9B1213'

red 155 ◦ green 18 ◦ blue 19

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

Shades of Sangria #9B1213

Tints of Sangria #9B1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

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

R = 80.73%
G = 9.38%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B1213 (or 0x9B1213) is known color: Sangria. HEX triplet: 9B, 12 and 13. RGB value is (155,18,19). Sum of RGB (Red+Green+Blue) = 155+18+19=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1213 is #64EDEC. Grayscale: #3B3B3B. Windows color (decimal): -6614509 or 1249947. OLE color: 1249947.

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

Color convert

RGB 155 18 19 -
CMYK 0 0.88 0.88 0.39
HSL 359.56º 0.79% 0.34% -
HSV(B) 359.56º 0.88% 0.61% -
XYZ 13.85 7.45 1.32 -
YUV 59.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 155 18 19 0 0.88 0.88 0.39 359.56 0.79 0.34
Hex 9B 12 13 0 58 58 27 168 4F 22
Octal 233 22 23 0 130 130 47 550 117 42
Binary 10011011 10010 10011 0 1011000 1011000 100111 101101000 1001111 100010

Color Harmonies of #9B1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1213

Black with #9B1213

Text Example


Text Example

White with #9B1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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