Html Css Color HEX #960204 Sangria

📋 copy color: '#960204'

red 150 ◦ green 2 ◦ blue 4

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

Shades of Sangria #960204

Tints of Sangria #960204

RGB

 RED value IS 150 (58.98% from 255) = 96.15%

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

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

R = 96.15%
G = 1.28%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#960204 (or 0x960204) is known color: Sangria. HEX triplet: 96, 02 and 04. RGB value is (150,2,4). Sum of RGB (Red+Green+Blue) = 150+2+4=156 (20% of max value = 765). Red value is 150 (58.98% from 255 or 96.15% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 150 - color contains mainly: red. Hex color #960204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960204 is #69FDFB. Grayscale: #2E2E2E. Windows color (decimal): -6946300 or 262806. OLE color: 262806.

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

Color convert

RGB 150 2 4 -
CMYK 0 0.99 0.97 0.41
HSL 359.19º 0.97% 0.3% -
HSV(B) 359.19º 0.99% 0.59% -
XYZ 12.62 6.54 0.71 -
YUV 46.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 150 2 4 0 0.99 0.97 0.41 359.19 0.97 0.3
Hex 96 2 4 0 63 61 29 167 61 1E
Octal 226 2 4 0 143 141 51 547 141 36
Binary 10010110 10 100 0 1100011 1100001 101001 101100111 1100001 11110

Color Harmonies of #960204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960204

Black with #960204

Text Example


Text Example

White with #960204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960204; }

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

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

background-color css

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

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

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

border-color css

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

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

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