Html Css Color HEX #951415 Sangria

📋 copy color: '#951415'

red 149 ◦ green 20 ◦ blue 21

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

Shades of Sangria #951415

Tints of Sangria #951415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

 BLUE value IS 21 (8.59% from 255) = 11.05%

R = 78.42%
G = 10.53%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#951415 (or 0x951415) is known color: Sangria. HEX triplet: 95, 14 and 15. RGB value is (149,20,21). Sum of RGB (Red+Green+Blue) = 149+20+21=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #951415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951415 is #6AEBEA. Grayscale: #3A3A3A. Windows color (decimal): -7007211 or 1381525. OLE color: 1381525.

HSL color Cylindrical-coordinate representation of color #951415: hue angle of 359.53º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951415 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 21 -
CMYK 0 0.87 0.86 0.42
HSL 359.53º 0.76% 0.33% -
HSV(B) 359.53º 0.87% 0.58% -
XYZ 12.78 6.94 1.38 -
YUV 58.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 149 20 21 0 0.87 0.86 0.42 359.53 0.76 0.33
Hex 95 14 15 0 57 56 2A 168 4C 21
Octal 225 24 25 0 127 126 52 550 114 41
Binary 10010101 10100 10101 0 1010111 1010110 101010 101101000 1001100 100001

Color Harmonies of #951415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951415

Black with #951415

Text Example


Text Example

White with #951415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951415; }

 p { color: rgb(149,20,21); }

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

background-color css

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

 a { background-color: rgb(149,20,21); }

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

border-color css

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

 span { border-color: rgb(149,20,21); }

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