Html Css Color HEX #960334 Burgundy

📋 copy color: '#960334'

red 150 ◦ green 3 ◦ blue 52

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

Shades of Burgundy #960334

Tints of Burgundy #960334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 73.17%
G = 1.46%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#960334 (or 0x960334) is known color: Burgundy. HEX triplet: 96, 03 and 34. RGB value is (150,3,52). Sum of RGB (Red+Green+Blue) = 150+3+52=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #960334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960334 is #69FCCB. Grayscale: #343434. Windows color (decimal): -6945996 or 3408790. OLE color: 3408790.

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

Color convert

RGB 150 3 52 -
CMYK 0 0.98 0.65 0.41
HSL 340º 0.96% 0.3% -
HSV(B) 340º 0.98% 0.59% -
XYZ 13.23 6.8 3.86 -
YUV 52.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 150 3 52 0 0.98 0.65 0.41 340 0.96 0.3
Hex 96 3 34 0 62 41 29 154 60 1E
Octal 226 3 64 0 142 101 51 524 140 36
Binary 10010110 11 110100 0 1100010 1000001 101001 101010100 1100000 11110

Color Harmonies of #960334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960334

Black with #960334

Text Example


Text Example

White with #960334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960334; }

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

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

background-color css

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

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

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

border-color css

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

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

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