Html Css Color HEX #960205 Sangria

📋 copy color: '#960205'

red 150 ◦ green 2 ◦ blue 5

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

Shades of Sangria #960205

Tints of Sangria #960205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 95.54%
G = 1.27%
B = 3.18%

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

#960205 (or 0x960205) is known color: Sangria. HEX triplet: 96, 02 and 05. RGB value is (150,2,5). Sum of RGB (Red+Green+Blue) = 150+2+5=157 (20% of max value = 765). Red value is 150 (58.98% from 255 or 95.54% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 150 - color contains mainly: red. Hex color #960205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960205 is #69FDFA. Grayscale: #2E2E2E. Windows color (decimal): -6946299 or 328342. OLE color: 328342.

HSL color Cylindrical-coordinate representation of color #960205: hue angle of 358.78º 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 #960205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 5 -
CMYK 0 0.99 0.97 0.41
HSL 358.78º 0.97% 0.3% -
HSV(B) 358.78º 0.99% 0.59% -
XYZ 12.63 6.54 0.74 -
YUV 46.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 150 2 5 0 0.99 0.97 0.41 358.78 0.97 0.3
Hex 96 2 5 0 63 61 29 167 61 1E
Octal 226 2 5 0 143 141 51 547 141 36
Binary 10010110 10 101 0 1100011 1100001 101001 101100111 1100001 11110

Color Harmonies of #960205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960205

Black with #960205

Text Example


Text Example

White with #960205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960205; }

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

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

background-color css

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

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

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

border-color css

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

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

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