#950507

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

Shades of Sangria #950507

Tints of Sangria #950507

Color information

#950507 (or 0x950507) is unknown color: approx Sangria. HEX triplet: 95, 05 and 07. RGB value is (149,5,7). Sum of RGB (Red+Green+Blue) = 149+5+7=161 (21% of max value = 765). Red value is 149 (58.59% from 255 or 92.55% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 149 - color contains mainly: red. Hex color #950507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950507 is #6AFAF8. Grayscale: #303030. Windows color (decimal): -7011065 or 460181. OLE color: 460181.

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

Color convert

RGB14957-
CMYK00.970.950.42
HSL359.17º93.51%30.2%-
HSV(B)359.17º96.64%58.43%-
XYZ12.496.510.8-
YUV48.28104.71199.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 92.55%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 7 (3.12% from 255) = 4.35%
R=92.55%
G=3.11%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495700.970.950.42359.1793.5130.2
Hex95570615F2A1675e1e
Octal2255701411375254713636
Binary10010101101111011000011011111101010101100111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950507; }

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

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

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

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

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

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

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

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