Html Css Color HEX #96063D Burgundy

📋 copy color: '#96063D'

red 150 ◦ green 6 ◦ blue 61

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

Shades of Burgundy #96063D

Tints of Burgundy #96063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

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

R = 69.12%
G = 2.76%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96063D (or 0x96063D) is known color: Burgundy. HEX triplet: 96, 06 and 3D. RGB value is (150,6,61). Sum of RGB (Red+Green+Blue) = 150+6+61=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96063D is #69F9C2. Grayscale: #373737. Windows color (decimal): -6945219 or 3999382. OLE color: 3999382.

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

Color convert

RGB 150 6 61 -
CMYK 0 0.96 0.59 0.41
HSL 337.08º 0.92% 0.31% -
HSV(B) 337.08º 0.96% 0.59% -
XYZ 13.49 6.95 5.05 -
YUV 55.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 150 6 61 0 0.96 0.59 0.41 337.08 0.92 0.31
Hex 96 6 3D 0 60 3B 29 151 5C 1F
Octal 226 6 75 0 140 73 51 521 134 37
Binary 10010110 110 111101 0 1100000 111011 101001 101010001 1011100 11111

Color Harmonies of #96063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96063D

Black with #96063D

Text Example


Text Example

White with #96063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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