Html Css Color HEX #950211 Sangria

📋 copy color: '#950211'

red 149 ◦ green 2 ◦ blue 17

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

Shades of Sangria #950211

Tints of Sangria #950211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.19%

 BLUE value IS 17 (7.03% from 255) = 10.12%

R = 88.69%
G = 1.19%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#950211 (or 0x950211) is known color: Sangria. HEX triplet: 95, 02 and 11. RGB value is (149,2,17). Sum of RGB (Red+Green+Blue) = 149+2+17=168 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.69% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 149 - color contains mainly: red. Hex color #950211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950211 is #6AFDEE. Grayscale: #2F2F2F. Windows color (decimal): -7011823 or 1114773. OLE color: 1114773.

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

Color convert

RGB 149 2 17 -
CMYK 0 0.99 0.89 0.42
HSL 353.88º 0.97% 0.3% -
HSV(B) 353.88º 0.99% 0.58% -
XYZ 12.52 6.47 1.12 -
YUV 47.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 149 2 17 0 0.99 0.89 0.42 353.88 0.97 0.3
Hex 95 2 11 0 63 59 2A 162 61 1E
Octal 225 2 21 0 143 131 52 542 141 36
Binary 10010101 10 10001 0 1100011 1011001 101010 101100010 1100001 11110

Color Harmonies of #950211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950211

Black with #950211

Text Example


Text Example

White with #950211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950211; }

 p { color: rgb(149,2,17); }

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

background-color css

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

 a { background-color: rgb(149,2,17); }

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

border-color css

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

 span { border-color: rgb(149,2,17); }

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