Html Css Color HEX #96073D Burgundy

📋 copy color: '#96073D'

red 150 ◦ green 7 ◦ blue 61

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

Shades of Burgundy #96073D

Tints of Burgundy #96073D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 68.81%
G = 3.21%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96073D (or 0x96073D) is known color: Burgundy. HEX triplet: 96, 07 and 3D. RGB value is (150,7,61). Sum of RGB (Red+Green+Blue) = 150+7+61=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #96073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96073D is #69F8C2. Grayscale: #373737. Windows color (decimal): -6944963 or 3999638. OLE color: 3999638.

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

Color convert

RGB 150 7 61 -
CMYK 0 0.95 0.59 0.41
HSL 337.34º 0.91% 0.31% -
HSV(B) 337.34º 0.95% 0.59% -
XYZ 13.5 6.97 5.05 -
YUV 55.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 150 7 61 0 0.95 0.59 0.41 337.34 0.91 0.31
Hex 96 7 3D 0 5F 3B 29 151 5B 1F
Octal 226 7 75 0 137 73 51 521 133 37
Binary 10010110 111 111101 0 1011111 111011 101001 101010001 1011011 11111

Color Harmonies of #96073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96073D

Black with #96073D

Text Example


Text Example

White with #96073D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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