Html Css Color HEX #960134 Burgundy

📋 copy color: '#960134'

red 150 ◦ green 1 ◦ blue 52

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

Shades of Burgundy #960134

Tints of Burgundy #960134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 73.89%
G = 0.49%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#960134 (or 0x960134) is known color: Burgundy. HEX triplet: 96, 01 and 34. RGB value is (150,1,52). Sum of RGB (Red+Green+Blue) = 150+1+52=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #960134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960134 is #69FECB. Grayscale: #333333. Windows color (decimal): -6946508 or 3408278. OLE color: 3408278.

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

Color convert

RGB 150 1 52 -
CMYK 0 0.99 0.65 0.41
HSL 339.46º 0.99% 0.3% -
HSV(B) 339.46º 0.99% 0.59% -
XYZ 13.21 6.75 3.86 -
YUV 51.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 150 1 52 0 0.99 0.65 0.41 339.46 0.99 0.3
Hex 96 1 34 0 63 41 29 153 63 1E
Octal 226 1 64 0 143 101 51 523 143 36
Binary 10010110 1 110100 0 1100011 1000001 101001 101010011 1100011 11110

Color Harmonies of #960134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960134

Black with #960134

Text Example


Text Example

White with #960134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960134; }

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

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

background-color css

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

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

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

border-color css

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

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

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