Html Css Color HEX #950111 Sangria

📋 copy color: '#950111'

red 149 ◦ green 1 ◦ blue 17

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

Shades of Sangria #950111

Tints of Sangria #950111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 89.22%
G = 0.6%
B = 10.18%

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

#950111 (or 0x950111) is known color: Sangria. HEX triplet: 95, 01 and 11. RGB value is (149,1,17). Sum of RGB (Red+Green+Blue) = 149+1+17=167 (22% of max value = 765). Red value is 149 (58.59% from 255 or 89.22% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 149 - color contains mainly: red. Hex color #950111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950111 is #6AFEEE. Grayscale: #2F2F2F. Windows color (decimal): -7012079 or 1114517. OLE color: 1114517.

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

Color convert

RGB 149 1 17 -
CMYK 0 0.99 0.89 0.42
HSL 353.51º 0.99% 0.29% -
HSV(B) 353.51º 0.99% 0.58% -
XYZ 12.51 6.45 1.12 -
YUV 47.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 149 1 17 0 0.99 0.89 0.42 353.51 0.99 0.29
Hex 95 1 11 0 63 59 2A 162 63 1D
Octal 225 1 21 0 143 131 52 542 143 35
Binary 10010101 1 10001 0 1100011 1011001 101010 101100010 1100011 11101

Color Harmonies of #950111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950111

Black with #950111

Text Example


Text Example

White with #950111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950111; }

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

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

background-color css

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

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

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

border-color css

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

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

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