Html Css Color HEX #960333 Burgundy

📋 copy color: '#960333'

red 150 ◦ green 3 ◦ blue 51

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

Shades of Burgundy #960333

Tints of Burgundy #960333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25%

R = 73.53%
G = 1.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#960333 (or 0x960333) is known color: Burgundy. HEX triplet: 96, 03 and 33. RGB value is (150,3,51). Sum of RGB (Red+Green+Blue) = 150+3+51=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #960333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960333 is #69FCCC. Grayscale: #343434. Windows color (decimal): -6945997 or 3343254. OLE color: 3343254.

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

Color convert

RGB 150 3 51 -
CMYK 0 0.98 0.66 0.41
HSL 340.41º 0.96% 0.3% -
HSV(B) 340.41º 0.98% 0.59% -
XYZ 13.21 6.79 3.75 -
YUV 52.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 150 3 51 0 0.98 0.66 0.41 340.41 0.96 0.3
Hex 96 3 33 0 62 42 29 154 60 1E
Octal 226 3 63 0 142 102 51 524 140 36
Binary 10010110 11 110011 0 1100010 1000010 101001 101010100 1100000 11110

Color Harmonies of #960333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960333

Black with #960333

Text Example


Text Example

White with #960333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960333; }

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

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

background-color css

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

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

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

border-color css

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

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

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