Html Css Color HEX #9B0607 Sangria

📋 copy color: '#9B0607'

red 155 ◦ green 6 ◦ blue 7

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

Shades of Sangria #9B0607

Tints of Sangria #9B0607

RGB

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

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

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

R = 92.26%
G = 3.57%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B0607 (or 0x9B0607) is known color: Sangria. HEX triplet: 9B, 06 and 07. RGB value is (155,6,7). Sum of RGB (Red+Green+Blue) = 155+6+7=168 (22% of max value = 765). Red value is 155 (60.94% from 255 or 92.26% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0607 is #64F9F8. Grayscale: #323232. Windows color (decimal): -6617593 or 460443. OLE color: 460443.

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

Color convert

RGB 155 6 7 -
CMYK 0 0.96 0.95 0.39
HSL 359.6º 0.93% 0.32% -
HSV(B) 359.6º 0.96% 0.61% -
XYZ 13.62 7.11 0.86 -
YUV 50.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 155 6 7 0 0.96 0.95 0.39 359.6 0.93 0.32
Hex 9B 6 7 0 60 5F 27 168 5D 20
Octal 233 6 7 0 140 137 47 550 135 40
Binary 10011011 110 111 0 1100000 1011111 100111 101101000 1011101 100000

Color Harmonies of #9B0607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0607

Black with #9B0607

Text Example


Text Example

White with #9B0607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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