Html Css Color HEX #9B0610 Sangria

📋 copy color: '#9B0610'

red 155 ◦ green 6 ◦ blue 16

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

Shades of Sangria #9B0610

Tints of Sangria #9B0610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 87.57%
G = 3.39%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B0610 (or 0x9B0610) is known color: Sangria. HEX triplet: 9B, 06 and 10. RGB value is (155,6,16). Sum of RGB (Red+Green+Blue) = 155+6+16=177 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.57% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0610 is #64F9EF. Grayscale: #333333. Windows color (decimal): -6617584 or 1050267. OLE color: 1050267.

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

Color convert

RGB 155 6 16 -
CMYK 0 0.96 0.90 0.39
HSL 355.97º 0.93% 0.32% -
HSV(B) 355.97º 0.96% 0.61% -
XYZ 13.68 7.14 1.15 -
YUV 51.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 155 6 16 0 0.96 0.90 0.39 355.97 0.93 0.32
Hex 9B 6 10 0 60 5A 27 164 5D 20
Octal 233 6 20 0 140 132 47 544 135 40
Binary 10011011 110 10000 0 1100000 1011010 100111 101100100 1011101 100000

Color Harmonies of #9B0610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0610

Black with #9B0610

Text Example


Text Example

White with #9B0610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,6,16); }

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

background-color css

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

 a { background-color: rgb(155,6,16); }

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

border-color css

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

 span { border-color: rgb(155,6,16); }

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