Html Css Color HEX #950010 Sangria

📋 copy color: '#950010'

red 149 ◦ green 0 ◦ blue 16

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

Shades of Sangria #950010

Tints of Sangria #950010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.3%
G = 0%
B = 9.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#950010 (or 0x950010) is known color: Sangria. HEX triplet: 95, 00 and 10. RGB value is (149,0,16). Sum of RGB (Red+Green+Blue) = 149+0+16=165 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.30% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 149 - color contains mainly: red. Hex color #950010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950010 is #6AFFEF. Grayscale: #2E2E2E. Windows color (decimal): -7012336 or 1048725. OLE color: 1048725.

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

Color convert

RGB 149 0 16 -
CMYK 0 1 0.89 0.42
HSL 353.56º 1% 0.29% -
HSV(B) 353.56º 1% 0.58% -
XYZ 12.49 6.43 1.07 -
YUV 46.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 149 0 16 0 1 0.89 0.42 353.56 1 0.29
Hex 95 0 10 0 64 59 2A 162 64 1D
Octal 225 0 20 0 144 131 52 542 144 35
Binary 10010101 0 10000 0 1100100 1011001 101010 101100010 1100100 11101

Color Harmonies of #950010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950010

Black with #950010

Text Example


Text Example

White with #950010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950010; }

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

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

background-color css

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

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

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

border-color css

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

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

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