Html Css Color HEX #960308 Sangria

📋 copy color: '#960308'

red 150 ◦ green 3 ◦ blue 8

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

Shades of Sangria #960308

Tints of Sangria #960308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 93.17%
G = 1.86%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#960308 (or 0x960308) is known color: Sangria. HEX triplet: 96, 03 and 08. RGB value is (150,3,8). Sum of RGB (Red+Green+Blue) = 150+3+8=161 (21% of max value = 765). Red value is 150 (58.98% from 255 or 93.17% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 150 - color contains mainly: red. Hex color #960308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960308 is #69FCF7. Grayscale: #2F2F2F. Windows color (decimal): -6946040 or 525206. OLE color: 525206.

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

Color convert

RGB 150 3 8 -
CMYK 0 0.98 0.95 0.41
HSL 357.96º 0.96% 0.3% -
HSV(B) 357.96º 0.98% 0.59% -
XYZ 12.65 6.57 0.83 -
YUV 47.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 150 3 8 0 0.98 0.95 0.41 357.96 0.96 0.3
Hex 96 3 8 0 62 5F 29 166 60 1E
Octal 226 3 10 0 142 137 51 546 140 36
Binary 10010110 11 1000 0 1100010 1011111 101001 101100110 1100000 11110

Color Harmonies of #960308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960308

Black with #960308

Text Example


Text Example

White with #960308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960308; }

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

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

background-color css

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

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

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

border-color css

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

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

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