Html Css Color HEX #9B0911 Sangria

📋 copy color: '#9B0911'

red 155 ◦ green 9 ◦ blue 17

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

Shades of Sangria #9B0911

Tints of Sangria #9B0911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 85.64%
G = 4.97%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B0911 (or 0x9B0911) is known color: Sangria. HEX triplet: 9B, 09 and 11. RGB value is (155,9,17). Sum of RGB (Red+Green+Blue) = 155+9+17=181 (23% of max value = 765). Red value is 155 (60.94% from 255 or 85.64% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0911 is #64F6EE. Grayscale: #353535. Windows color (decimal): -6616815 or 1116571. OLE color: 1116571.

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

Color convert

RGB 155 9 17 -
CMYK 0 0.94 0.89 0.39
HSL 356.71º 0.89% 0.32% -
HSV(B) 356.71º 0.94% 0.61% -
XYZ 13.72 7.2 1.2 -
YUV 53.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 155 9 17 0 0.94 0.89 0.39 356.71 0.89 0.32
Hex 9B 9 11 0 5E 59 27 165 59 20
Octal 233 11 21 0 136 131 47 545 131 40
Binary 10011011 1001 10001 0 1011110 1011001 100111 101100101 1011001 100000

Color Harmonies of #9B0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0911

Black with #9B0911

Text Example


Text Example

White with #9B0911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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