Html Css Color HEX #9B0809 Sangria

📋 copy color: '#9B0809'

red 155 ◦ green 8 ◦ blue 9

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

Shades of Sangria #9B0809

Tints of Sangria #9B0809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.65%

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

R = 90.12%
G = 4.65%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B0809 (or 0x9B0809) is known color: Sangria. HEX triplet: 9B, 08 and 09. RGB value is (155,8,9). Sum of RGB (Red+Green+Blue) = 155+8+9=172 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.12% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0809 is #64F7F6. Grayscale: #343434. Windows color (decimal): -6617079 or 592027. OLE color: 592027.

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

Color convert

RGB 155 8 9 -
CMYK 0 0.95 0.94 0.39
HSL 359.59º 0.9% 0.32% -
HSV(B) 359.59º 0.95% 0.61% -
XYZ 13.65 7.16 0.92 -
YUV 52.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 155 8 9 0 0.95 0.94 0.39 359.59 0.9 0.32
Hex 9B 8 9 0 5F 5E 27 168 5A 20
Octal 233 10 11 0 137 136 47 550 132 40
Binary 10011011 1000 1001 0 1011111 1011110 100111 101101000 1011010 100000

Color Harmonies of #9B0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0809

Black with #9B0809

Text Example


Text Example

White with #9B0809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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