Html Css Color HEX #960607 Sangria

📋 copy color: '#960607'

red 150 ◦ green 6 ◦ blue 7

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

Shades of Sangria #960607

Tints of Sangria #960607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

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

R = 92.02%
G = 3.68%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#960607 (or 0x960607) is known color: Sangria. HEX triplet: 96, 06 and 07. RGB value is (150,6,7). Sum of RGB (Red+Green+Blue) = 150+6+7=163 (21% of max value = 765). Red value is 150 (58.98% from 255 or 92.02% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 150 - color contains mainly: red. Hex color #960607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960607 is #69F9F8. Grayscale: #313131. Windows color (decimal): -6945273 or 460438. OLE color: 460438.

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

Color convert

RGB 150 6 7 -
CMYK 0 0.96 0.95 0.41
HSL 359.58º 0.92% 0.31% -
HSV(B) 359.58º 0.96% 0.59% -
XYZ 12.68 6.63 0.81 -
YUV 49.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 150 6 7 0 0.96 0.95 0.41 359.58 0.92 0.31
Hex 96 6 7 0 60 5F 29 168 5C 1F
Octal 226 6 7 0 140 137 51 550 134 37
Binary 10010110 110 111 0 1100000 1011111 101001 101101000 1011100 11111

Color Harmonies of #960607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960607

Black with #960607

Text Example


Text Example

White with #960607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960607; }

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

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

background-color css

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

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

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

border-color css

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

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

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