Html Css Color HEX #960410 Sangria

📋 copy color: '#960410'

red 150 ◦ green 4 ◦ blue 16

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

Shades of Sangria #960410

Tints of Sangria #960410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 88.24%
G = 2.35%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#960410 (or 0x960410) is known color: Sangria. HEX triplet: 96, 04 and 10. RGB value is (150,4,16). Sum of RGB (Red+Green+Blue) = 150+4+16=170 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.24% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 150 - color contains mainly: red. Hex color #960410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960410 is #69FBEF. Grayscale: #313131. Windows color (decimal): -6945776 or 1049750. OLE color: 1049750.

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

Color convert

RGB 150 4 16 -
CMYK 0 0.97 0.89 0.41
HSL 355.07º 0.95% 0.3% -
HSV(B) 355.07º 0.97% 0.59% -
XYZ 12.71 6.61 1.1 -
YUV 49.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 150 4 16 0 0.97 0.89 0.41 355.07 0.95 0.3
Hex 96 4 10 0 61 59 29 163 5F 1E
Octal 226 4 20 0 141 131 51 543 137 36
Binary 10010110 100 10000 0 1100001 1011001 101001 101100011 1011111 11110

Color Harmonies of #960410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960410

Black with #960410

Text Example


Text Example

White with #960410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960410; }

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

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

background-color css

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

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

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

border-color css

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

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

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