Html Css Color HEX #9B0708 Sangria

📋 copy color: '#9B0708'

red 155 ◦ green 7 ◦ blue 8

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

Shades of Sangria #9B0708

Tints of Sangria #9B0708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

 BLUE value IS 8 (3.52% from 255) = 4.71%

R = 91.18%
G = 4.12%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B0708 (or 0x9B0708) is known color: Sangria. HEX triplet: 9B, 07 and 08. RGB value is (155,7,8). Sum of RGB (Red+Green+Blue) = 155+7+8=170 (22% of max value = 765). Red value is 155 (60.94% from 255 or 91.18% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0708 is #64F8F7. Grayscale: #333333. Windows color (decimal): -6617336 or 526235. OLE color: 526235.

HSL color Cylindrical-coordinate representation of color #9B0708: hue angle of 359.59º degrees, saturation: 0.91, 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 #9B0708 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 7 8 -
CMYK 0 0.95 0.95 0.39
HSL 359.59º 0.91% 0.32% -
HSV(B) 359.59º 0.95% 0.61% -
XYZ 13.64 7.14 0.89 -
YUV 51.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 155 7 8 0 0.95 0.95 0.39 359.59 0.91 0.32
Hex 9B 7 8 0 5F 5F 27 168 5B 20
Octal 233 7 10 0 137 137 47 550 133 40
Binary 10011011 111 1000 0 1011111 1011111 100111 101101000 1011011 100000

Color Harmonies of #9B0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0708

Black with #9B0708

Text Example


Text Example

White with #9B0708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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