#95050B

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

Shades of Sangria #95050B

Tints of Sangria #95050B

Color information

#95050B (or 0x95050B) is unknown color: approx Sangria. HEX triplet: 95, 05 and 0B. RGB value is (149,5,11). Sum of RGB (Red+Green+Blue) = 149+5+11=165 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.30% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 149 - color contains mainly: red. Hex color #95050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95050B is #6AFAF4. Grayscale: #303030. Windows color (decimal): -7011061 or 722325. OLE color: 722325.

HSL color Cylindrical-coordinate representation of color #95050B: hue angle of 357.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95050B is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB149511-
CMYK00.970.930.42
HSL357.5º93.51%30.2%-
HSV(B)357.5º96.64%58.43%-
XYZ12.516.520.92-
YUV48.74106.71199.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 90.30%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=90.30%
G=3.03%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14951100.970.930.42357.593.5130.2
Hex955B0615D2A1665e1e
Octal22551301411355254613636
Binary100101011011011011000011011101101010101100110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95050B; }

 p { color: rgb(149,5,11); }

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

<style>
 a { background-color: #95050B; }

 a { background-color: rgb(149,5,11); }

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

<style>
 span { border-color: #95050B; }

 span { border-color: rgb(149,5,11); }

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