Html Css Color HEX #950610 Sangria

📋 copy color: '#950610'

red 149 ◦ green 6 ◦ blue 16

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

Shades of Sangria #950610

Tints of Sangria #950610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

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

R = 87.13%
G = 3.51%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#950610 (or 0x950610) is known color: Sangria. HEX triplet: 95, 06 and 10. RGB value is (149,6,16). Sum of RGB (Red+Green+Blue) = 149+6+16=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #950610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950610 is #6AF9EF. Grayscale: #313131. Windows color (decimal): -7010800 or 1050261. OLE color: 1050261.

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

Color convert

RGB 149 6 16 -
CMYK 0 0.96 0.89 0.42
HSL 355.8º 0.92% 0.3% -
HSV(B) 355.8º 0.96% 0.58% -
XYZ 12.55 6.56 1.09 -
YUV 49.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 149 6 16 0 0.96 0.89 0.42 355.8 0.92 0.3
Hex 95 6 10 0 60 59 2A 164 5C 1E
Octal 225 6 20 0 140 131 52 544 134 36
Binary 10010101 110 10000 0 1100000 1011001 101010 101100100 1011100 11110

Color Harmonies of #950610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950610

Black with #950610

Text Example


Text Example

White with #950610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950610; }

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

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

background-color css

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

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

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

border-color css

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

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

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