Html Css Color HEX #960109 Sangria

📋 copy color: '#960109'

red 150 ◦ green 1 ◦ blue 9

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

Shades of Sangria #960109

Tints of Sangria #960109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.63%

R = 93.75%
G = 0.63%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#960109 (or 0x960109) is known color: Sangria. HEX triplet: 96, 01 and 09. RGB value is (150,1,9). Sum of RGB (Red+Green+Blue) = 150+1+9=160 (21% of max value = 765). Red value is 150 (58.98% from 255 or 93.75% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 150 - color contains mainly: red. Hex color #960109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960109 is #69FEF6. Grayscale: #2E2E2E. Windows color (decimal): -6946551 or 590230. OLE color: 590230.

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

Color convert

RGB 150 1 9 -
CMYK 0 0.99 0.94 0.41
HSL 356.78º 0.99% 0.3% -
HSV(B) 356.78º 0.99% 0.59% -
XYZ 12.64 6.53 0.85 -
YUV 46.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 150 1 9 0 0.99 0.94 0.41 356.78 0.99 0.3
Hex 96 1 9 0 63 5E 29 165 63 1E
Octal 226 1 11 0 143 136 51 545 143 36
Binary 10010110 1 1001 0 1100011 1011110 101001 101100101 1100011 11110

Color Harmonies of #960109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960109

Black with #960109

Text Example


Text Example

White with #960109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960109; }

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

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

background-color css

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

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

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

border-color css

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

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

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