Html Css Color HEX #96053D Burgundy

📋 copy color: '#96053D'

red 150 ◦ green 5 ◦ blue 61

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

Shades of Burgundy #96053D

Tints of Burgundy #96053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

 BLUE value IS 61 (24.22% from 255) = 28.24%

R = 69.44%
G = 2.31%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96053D (or 0x96053D) is known color: Burgundy. HEX triplet: 96, 05 and 3D. RGB value is (150,5,61). Sum of RGB (Red+Green+Blue) = 150+5+61=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #96053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96053D is #69FAC2. Grayscale: #363636. Windows color (decimal): -6945475 or 3999126. OLE color: 3999126.

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

Color convert

RGB 150 5 61 -
CMYK 0 0.97 0.59 0.41
HSL 336.83º 0.94% 0.3% -
HSV(B) 336.83º 0.97% 0.59% -
XYZ 13.47 6.93 5.04 -
YUV 54.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 150 5 61 0 0.97 0.59 0.41 336.83 0.94 0.3
Hex 96 5 3D 0 61 3B 29 151 5E 1E
Octal 226 5 75 0 141 73 51 521 136 36
Binary 10010110 101 111101 0 1100001 111011 101001 101010001 1011110 11110

Color Harmonies of #96053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96053D

Black with #96053D

Text Example


Text Example

White with #96053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96053D; }

 p { color: rgb(150,5,61); }

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

background-color css

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

 a { background-color: rgb(150,5,61); }

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

border-color css

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

 span { border-color: rgb(150,5,61); }

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