Html Css Color HEX #960239 Burgundy

📋 copy color: '#960239'

red 150 ◦ green 2 ◦ blue 57

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

Shades of Burgundy #960239

Tints of Burgundy #960239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.27%

R = 71.77%
G = 0.96%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#960239 (or 0x960239) is known color: Burgundy. HEX triplet: 96, 02 and 39. RGB value is (150,2,57). Sum of RGB (Red+Green+Blue) = 150+2+57=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #960239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960239 is #69FDC6. Grayscale: #343434. Windows color (decimal): -6946247 or 3736214. OLE color: 3736214.

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

Color convert

RGB 150 2 57 -
CMYK 0 0.99 0.62 0.41
HSL 337.7º 0.97% 0.3% -
HSV(B) 337.7º 0.99% 0.59% -
XYZ 13.34 6.82 4.48 -
YUV 52.52 130.53 197.53 -
System Red Green Blue C M Y K H S L
Decimal 150 2 57 0 0.99 0.62 0.41 337.7 0.97 0.3
Hex 96 2 39 0 63 3E 29 152 61 1E
Octal 226 2 71 0 143 76 51 522 141 36
Binary 10010110 10 111001 0 1100011 111110 101001 101010010 1100001 11110

Color Harmonies of #960239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960239

Black with #960239

Text Example


Text Example

White with #960239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960239; }

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

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

background-color css

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

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

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

border-color css

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

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

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