Html Css Color HEX #9B0507 Sangria

📋 copy color: '#9B0507'

red 155 ◦ green 5 ◦ blue 7

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

Shades of Sangria #9B0507

Tints of Sangria #9B0507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

 BLUE value IS 7 (3.13% from 255) = 4.19%

R = 92.81%
G = 2.99%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B0507 (or 0x9B0507) is known color: Sangria. HEX triplet: 9B, 05 and 07. RGB value is (155,5,7). Sum of RGB (Red+Green+Blue) = 155+5+7=167 (22% of max value = 765). Red value is 155 (60.94% from 255 or 92.81% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0507 is #64FAF8. Grayscale: #323232. Windows color (decimal): -6617849 or 460187. OLE color: 460187.

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

Color convert

RGB 155 5 7 -
CMYK 0 0.97 0.95 0.39
HSL 359.2º 0.94% 0.31% -
HSV(B) 359.2º 0.97% 0.61% -
XYZ 13.61 7.09 0.85 -
YUV 50.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 155 5 7 0 0.97 0.95 0.39 359.2 0.94 0.31
Hex 9B 5 7 0 61 5F 27 167 5E 1F
Octal 233 5 7 0 141 137 47 547 136 37
Binary 10011011 101 111 0 1100001 1011111 100111 101100111 1011110 11111

Color Harmonies of #9B0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0507

Black with #9B0507

Text Example


Text Example

White with #9B0507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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