Html Css Color HEX #960103 Sangria

📋 copy color: '#960103'

red 150 ◦ green 1 ◦ blue 3

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

Shades of Sangria #960103

Tints of Sangria #960103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 3 (1.56% from 255) = 1.95%

R = 97.4%
G = 0.65%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#960103 (or 0x960103) is known color: Sangria. HEX triplet: 96, 01 and 03. RGB value is (150,1,3). Sum of RGB (Red+Green+Blue) = 150+1+3=154 (20% of max value = 765). Red value is 150 (58.98% from 255 or 97.40% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 150 - color contains mainly: red. Hex color #960103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960103 is #69FEFC. Grayscale: #2D2D2D. Windows color (decimal): -6946557 or 197014. OLE color: 197014.

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

Color convert

RGB 150 1 3 -
CMYK 0 0.99 0.98 0.41
HSL 359.19º 0.99% 0.3% -
HSV(B) 359.19º 0.99% 0.59% -
XYZ 12.6 6.51 0.68 -
YUV 45.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 150 1 3 0 0.99 0.98 0.41 359.19 0.99 0.3
Hex 96 1 3 0 63 62 29 167 63 1E
Octal 226 1 3 0 143 142 51 547 143 36
Binary 10010110 1 11 0 1100011 1100010 101001 101100111 1100011 11110

Color Harmonies of #960103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960103

Black with #960103

Text Example


Text Example

White with #960103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960103; }

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

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

background-color css

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

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

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

border-color css

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

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

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