#95050C

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

Shades of Sangria #95050C

Tints of Sangria #95050C

Color information

#95050C (or 0x95050C) is unknown color: approx Sangria. HEX triplet: 95, 05 and 0C. RGB value is (149,5,12). Sum of RGB (Red+Green+Blue) = 149+5+12=166 (21% of max value = 765). Red value is 149 (58.59% from 255 or 89.76% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 149 - color contains mainly: red. Hex color #95050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95050C is #6AFAF3. Grayscale: #303030. Windows color (decimal): -7011060 or 787861. OLE color: 787861.

HSL color Cylindrical-coordinate representation of color #95050C: hue angle of 357.08º 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 #95050C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB149512-
CMYK00.970.920.42
HSL357.08º93.51%30.2%-
HSV(B)357.08º96.64%58.43%-
XYZ12.526.520.95-
YUV48.85107.21199.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 89.76%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 12 (5.08% from 255) = 7.23%
R=89.76%
G=3.01%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14951200.970.920.42357.0893.5130.2
Hex955C0615C2A1655e1e
Octal22551401411345254513636
Binary100101011011100011000011011100101010101100101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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