Html Css Color HEX #960710 Sangria

📋 copy color: '#960710'

red 150 ◦ green 7 ◦ blue 16

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

Shades of Sangria #960710

Tints of Sangria #960710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.05%

 BLUE value IS 16 (6.64% from 255) = 9.25%

R = 86.71%
G = 4.05%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#960710 (or 0x960710) is known color: Sangria. HEX triplet: 96, 07 and 10. RGB value is (150,7,16). Sum of RGB (Red+Green+Blue) = 150+7+16=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #960710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960710 is #69F8EF. Grayscale: #323232. Windows color (decimal): -6945008 or 1050518. OLE color: 1050518.

HSL color Cylindrical-coordinate representation of color #960710: hue angle of 356.22º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960710 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 7 16 -
CMYK 0 0.95 0.89 0.41
HSL 356.22º 0.91% 0.31% -
HSV(B) 356.22º 0.95% 0.59% -
XYZ 12.75 6.67 1.11 -
YUV 50.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 150 7 16 0 0.95 0.89 0.41 356.22 0.91 0.31
Hex 96 7 10 0 5F 59 29 164 5B 1F
Octal 226 7 20 0 137 131 51 544 133 37
Binary 10010110 111 10000 0 1011111 1011001 101001 101100100 1011011 11111

Color Harmonies of #960710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960710

Black with #960710

Text Example


Text Example

White with #960710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960710; }

 p { color: rgb(150,7,16); }

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

background-color css

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

 a { background-color: rgb(150,7,16); }

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

border-color css

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

 span { border-color: rgb(150,7,16); }

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