Html Css Color HEX #960008 Sangria

📋 copy color: '#960008'

red 150 ◦ green 0 ◦ blue 8

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

Shades of Sangria #960008

Tints of Sangria #960008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 94.94%
G = 0%
B = 5.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#960008 (or 0x960008) is known color: Sangria. HEX triplet: 96, 00 and 08. RGB value is (150,0,8). Sum of RGB (Red+Green+Blue) = 150+0+8=158 (20% of max value = 765). Red value is 150 (58.98% from 255 or 94.94% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 150 - color contains mainly: red. Hex color #960008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960008 is #69FFF7. Grayscale: #2D2D2D. Windows color (decimal): -6946808 or 524438. OLE color: 524438.

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

Color convert

RGB 150 0 8 -
CMYK 0 1 0.95 0.41
HSL 356.8º 1% 0.29% -
HSV(B) 356.8º 1% 0.59% -
XYZ 12.62 6.5 0.82 -
YUV 45.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 150 0 8 0 1 0.95 0.41 356.8 1 0.29
Hex 96 0 8 0 64 5F 29 165 64 1D
Octal 226 0 10 0 144 137 51 545 144 35
Binary 10010110 0 1000 0 1100100 1011111 101001 101100101 1100100 11101

Color Harmonies of #960008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960008

Black with #960008

Text Example


Text Example

White with #960008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960008; }

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

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

background-color css

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

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

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

border-color css

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

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

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