Html Css Color HEX #950510 Sangria

📋 copy color: '#950510'

red 149 ◦ green 5 ◦ blue 16

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

Shades of Sangria #950510

Tints of Sangria #950510

RGB

 RED value IS 149 (58.59% from 255) = 87.65%

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 87.65%
G = 2.94%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#950510 (or 0x950510) is known color: Sangria. HEX triplet: 95, 05 and 10. RGB value is (149,5,16). Sum of RGB (Red+Green+Blue) = 149+5+16=170 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.65% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 149 - color contains mainly: red. Hex color #950510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950510 is #6AFAEF. Grayscale: #313131. Windows color (decimal): -7011056 or 1050005. OLE color: 1050005.

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

Color convert

RGB 149 5 16 -
CMYK 0 0.97 0.89 0.42
HSL 355.42º 0.94% 0.3% -
HSV(B) 355.42º 0.97% 0.58% -
XYZ 12.54 6.54 1.09 -
YUV 49.31 109.21 199.11 -
System Red Green Blue C M Y K H S L
Decimal 149 5 16 0 0.97 0.89 0.42 355.42 0.94 0.3
Hex 95 5 10 0 61 59 2A 163 5E 1E
Octal 225 5 20 0 141 131 52 543 136 36
Binary 10010101 101 10000 0 1100001 1011001 101010 101100011 1011110 11110

Color Harmonies of #950510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950510

Black with #950510

Text Example


Text Example

White with #950510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950510; }

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

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

background-color css

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

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

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

border-color css

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

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

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