Html Css Color HEX #960034 Burgundy

📋 copy color: '#960034'

red 150 ◦ green 0 ◦ blue 52

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

Shades of Burgundy #960034

Tints of Burgundy #960034

RGB

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

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

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

R = 74.26%
G = 0%
B = 25.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#960034 (or 0x960034) is known color: Burgundy. HEX triplet: 96, 00 and 34. RGB value is (150,0,52). Sum of RGB (Red+Green+Blue) = 150+0+52=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #960034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960034 is #69FFCB. Grayscale: #323232. Windows color (decimal): -6946764 or 3408022. OLE color: 3408022.

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

Color convert

RGB 150 0 52 -
CMYK 0 1 0.65 0.41
HSL 339.2º 1% 0.29% -
HSV(B) 339.2º 1% 0.59% -
XYZ 13.2 6.73 3.85 -
YUV 50.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 150 0 52 0 1 0.65 0.41 339.2 1 0.29
Hex 96 0 34 0 64 41 29 153 64 1D
Octal 226 0 64 0 144 101 51 523 144 35
Binary 10010110 0 110100 0 1100100 1000001 101001 101010011 1100100 11101

Color Harmonies of #960034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960034

Black with #960034

Text Example


Text Example

White with #960034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960034; }

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

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

background-color css

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

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

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

border-color css

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

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

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