#9B070B

Color #9B070B Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #9B070B

Tints of Sangria #9B070B

Color information

#9B070B (or 0x9B070B) is unknown color: approx Sangria. HEX triplet: 9B, 07 and 0B. RGB value is (155,7,11). Sum of RGB (Red+Green+Blue) = 155+7+11=173 (22% of max value = 765). Red value is 155 (60.94% from 255 or 89.60% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 155 - color contains mainly: red. Hex color #9B070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B070B is #64F8F4. Grayscale: #333333. Windows color (decimal): -6617333 or 722843. OLE color: 722843.

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

Color convert

RGB155711-
CMYK00.950.930.39
HSL358.38º91.36%31.76%-
HSV(B)358.38º95.48%60.78%-
XYZ13.657.140.98-
YUV51.71105.03201.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 89.60%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 11 (4.69% from 255) = 6.36%
R=89.60%
G=4.05%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15571100.950.930.39358.3891.3631.76
Hex9B7B05F5D271665b20
Octal23371301371354754613340
Binary1001101111110110101111110111011001111011001101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B070B;
 }
 .AnyTagClassName
 {
   color: #9B070B;
 }
</style>
background-color css

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

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

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

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

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

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