Html Css Color HEX #960507 Sangria

📋 copy color: '#960507'

red 150 ◦ green 5 ◦ blue 7

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

Shades of Sangria #960507

Tints of Sangria #960507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 7 (3.13% from 255) = 4.32%

R = 92.59%
G = 3.09%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#960507 (or 0x960507) is known color: Sangria. HEX triplet: 96, 05 and 07. RGB value is (150,5,7). Sum of RGB (Red+Green+Blue) = 150+5+7=162 (21% of max value = 765). Red value is 150 (58.98% from 255 or 92.59% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 150 - color contains mainly: red. Hex color #960507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960507 is #69FAF8. Grayscale: #303030. Windows color (decimal): -6945529 or 460182. OLE color: 460182.

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

Color convert

RGB 150 5 7 -
CMYK 0 0.97 0.95 0.41
HSL 359.17º 0.94% 0.3% -
HSV(B) 359.17º 0.97% 0.59% -
XYZ 12.67 6.61 0.81 -
YUV 48.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 150 5 7 0 0.97 0.95 0.41 359.17 0.94 0.3
Hex 96 5 7 0 61 5F 29 167 5E 1E
Octal 226 5 7 0 141 137 51 547 136 36
Binary 10010110 101 111 0 1100001 1011111 101001 101100111 1011110 11110

Color Harmonies of #960507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960507

Black with #960507

Text Example


Text Example

White with #960507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960507; }

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

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

background-color css

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

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

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

border-color css

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

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

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