Html Css Color HEX #950204 Sangria

📋 copy color: '#950204'

red 149 ◦ green 2 ◦ blue 4

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

Shades of Sangria #950204

Tints of Sangria #950204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 96.13%
G = 1.29%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#950204 (or 0x950204) is known color: Sangria. HEX triplet: 95, 02 and 04. RGB value is (149,2,4). Sum of RGB (Red+Green+Blue) = 149+2+4=155 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.13% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 149 - color contains mainly: red. Hex color #950204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950204 is #6AFDFB. Grayscale: #2E2E2E. Windows color (decimal): -7011836 or 262805. OLE color: 262805.

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

Color convert

RGB 149 2 4 -
CMYK 0 0.99 0.97 0.42
HSL 359.18º 0.97% 0.3% -
HSV(B) 359.18º 0.99% 0.58% -
XYZ 12.44 6.44 0.7 -
YUV 46.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 149 2 4 0 0.99 0.97 0.42 359.18 0.97 0.3
Hex 95 2 4 0 63 61 2A 167 61 1E
Octal 225 2 4 0 143 141 52 547 141 36
Binary 10010101 10 100 0 1100011 1100001 101010 101100111 1100001 11110

Color Harmonies of #950204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950204

Black with #950204

Text Example


Text Example

White with #950204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950204; }

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

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

background-color css

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

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

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

border-color css

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

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

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