Html Css Color HEX #960234 Burgundy

📋 copy color: '#960234'

red 150 ◦ green 2 ◦ blue 52

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

Shades of Burgundy #960234

Tints of Burgundy #960234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 73.53%
G = 0.98%
B = 25.49%

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

#960234 (or 0x960234) is known color: Burgundy. HEX triplet: 96, 02 and 34. RGB value is (150,2,52). Sum of RGB (Red+Green+Blue) = 150+2+52=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #960234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960234 is #69FDCB. Grayscale: #333333. Windows color (decimal): -6946252 or 3408534. OLE color: 3408534.

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

Color convert

RGB 150 2 52 -
CMYK 0 0.99 0.65 0.41
HSL 339.73º 0.97% 0.3% -
HSV(B) 339.73º 0.99% 0.59% -
XYZ 13.22 6.78 3.86 -
YUV 51.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 150 2 52 0 0.99 0.65 0.41 339.73 0.97 0.3
Hex 96 2 34 0 63 41 29 154 61 1E
Octal 226 2 64 0 143 101 51 524 141 36
Binary 10010110 10 110100 0 1100011 1000001 101001 101010100 1100001 11110

Color Harmonies of #960234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960234

Black with #960234

Text Example


Text Example

White with #960234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960234; }

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

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

background-color css

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

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

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

border-color css

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

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

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