Html Css Color HEX #960001 Sangria

📋 copy color: '#960001'

red 150 ◦ green 0 ◦ blue 1

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

Shades of Sangria #960001

Tints of Sangria #960001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 99.34%
G = 0%
B = 0.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#960001 (or 0x960001) is known color: Sangria. HEX triplet: 96, 00 and 01. RGB value is (150,0,1). Sum of RGB (Red+Green+Blue) = 150+0+1=151 (20% of max value = 765). Red value is 150 (58.98% from 255 or 99.34% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 150 - color contains mainly: red. Hex color #960001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960001 is #69FFFE. Grayscale: #2D2D2D. Windows color (decimal): -6946815 or 65686. OLE color: 65686.

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

Color convert

RGB 150 0 1 -
CMYK 0 1 0.99 0.41
HSL 359.6º 1% 0.29% -
HSV(B) 359.6º 1% 0.59% -
XYZ 12.58 6.49 0.62 -
YUV 44.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 150 0 1 0 1 0.99 0.41 359.6 1 0.29
Hex 96 0 1 0 64 63 29 168 64 1D
Octal 226 0 1 0 144 143 51 550 144 35
Binary 10010110 0 1 0 1100100 1100011 101001 101101000 1100100 11101

Color Harmonies of #960001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960001

Black with #960001

Text Example


Text Example

White with #960001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960001; }

 p { color: rgb(150,0,1); }

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

background-color css

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

 a { background-color: rgb(150,0,1); }

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

border-color css

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

 span { border-color: rgb(150,0,1); }

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