Html Css Color HEX #960237 Burgundy

📋 copy color: '#960237'

red 150 ◦ green 2 ◦ blue 55

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

Shades of Burgundy #960237

Tints of Burgundy #960237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.57%

R = 72.46%
G = 0.97%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#960237 (or 0x960237) is known color: Burgundy. HEX triplet: 96, 02 and 37. RGB value is (150,2,55). Sum of RGB (Red+Green+Blue) = 150+2+55=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #960237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960237 is #69FDC8. Grayscale: #343434. Windows color (decimal): -6946249 or 3605142. OLE color: 3605142.

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

Color convert

RGB 150 2 55 -
CMYK 0 0.99 0.63 0.41
HSL 338.51º 0.97% 0.3% -
HSV(B) 338.51º 0.99% 0.59% -
XYZ 13.29 6.8 4.23 -
YUV 52.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 150 2 55 0 0.99 0.63 0.41 338.51 0.97 0.3
Hex 96 2 37 0 63 3F 29 153 61 1E
Octal 226 2 67 0 143 77 51 523 141 36
Binary 10010110 10 110111 0 1100011 111111 101001 101010011 1100001 11110

Color Harmonies of #960237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960237

Black with #960237

Text Example


Text Example

White with #960237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960237; }

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

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

background-color css

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

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

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

border-color css

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

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

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