Html Css Color HEX #960005 Sangria

📋 copy color: '#960005'

red 150 ◦ green 0 ◦ blue 5

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

Shades of Sangria #960005

Tints of Sangria #960005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 3.23%

R = 96.77%
G = 0%
B = 3.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#960005 (or 0x960005) is known color: Sangria. HEX triplet: 96, 00 and 05. RGB value is (150,0,5). Sum of RGB (Red+Green+Blue) = 150+0+5=155 (20% of max value = 765). Red value is 150 (58.98% from 255 or 96.77% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 150 - color contains mainly: red. Hex color #960005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960005 is #69FFFA. Grayscale: #2D2D2D. Windows color (decimal): -6946811 or 327830. OLE color: 327830.

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

Color convert

RGB 150 0 5 -
CMYK 0 1 0.97 0.41
HSL 358º 1% 0.29% -
HSV(B) 358º 1% 0.59% -
XYZ 12.61 6.49 0.73 -
YUV 45.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 150 0 5 0 1 0.97 0.41 358 1 0.29
Hex 96 0 5 0 64 61 29 166 64 1D
Octal 226 0 5 0 144 141 51 546 144 35
Binary 10010110 0 101 0 1100100 1100001 101001 101100110 1100100 11101

Color Harmonies of #960005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960005

Black with #960005

Text Example


Text Example

White with #960005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960005; }

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

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

background-color css

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

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

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

border-color css

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

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

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