Html Css Color HEX #950411 Sangria

📋 copy color: '#950411'

red 149 ◦ green 4 ◦ blue 17

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

Shades of Sangria #950411

Tints of Sangria #950411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 87.65%
G = 2.35%
B = 10%

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

#950411 (or 0x950411) is known color: Sangria. HEX triplet: 95, 04 and 11. RGB value is (149,4,17). Sum of RGB (Red+Green+Blue) = 149+4+17=170 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.65% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 149 - color contains mainly: red. Hex color #950411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950411 is #6AFBEE. Grayscale: #303030. Windows color (decimal): -7011311 or 1115285. OLE color: 1115285.

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

Color convert

RGB 149 4 17 -
CMYK 0 0.97 0.89 0.42
HSL 354.62º 0.95% 0.3% -
HSV(B) 354.62º 0.97% 0.58% -
XYZ 12.54 6.52 1.13 -
YUV 48.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 149 4 17 0 0.97 0.89 0.42 354.62 0.95 0.3
Hex 95 4 11 0 61 59 2A 163 5F 1E
Octal 225 4 21 0 141 131 52 543 137 36
Binary 10010101 100 10001 0 1100001 1011001 101010 101100011 1011111 11110

Color Harmonies of #950411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950411

Black with #950411

Text Example


Text Example

White with #950411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950411; }

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

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

background-color css

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

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

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

border-color css

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

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

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