Html Css Color HEX #94053D Burgundy

📋 copy color: '#94053D'

red 148 ◦ green 5 ◦ blue 61

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

Shades of Burgundy #94053D

Tints of Burgundy #94053D

RGB

 RED value IS 148 (58.2% from 255) = 69.16%

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

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

R = 69.16%
G = 2.34%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#94053D (or 0x94053D) is known color: Burgundy. HEX triplet: 94, 05 and 3D. RGB value is (148,5,61). Sum of RGB (Red+Green+Blue) = 148+5+61=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #94053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94053D is #6BFAC2. Grayscale: #363636. Windows color (decimal): -7076547 or 3999124. OLE color: 3999124.

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

Color convert

RGB 148 5 61 -
CMYK 0 0.97 0.59 0.42
HSL 336.5º 0.93% 0.3% -
HSV(B) 336.5º 0.97% 0.58% -
XYZ 13.11 6.74 5.03 -
YUV 54.14 131.88 194.95 -
System Red Green Blue C M Y K H S L
Decimal 148 5 61 0 0.97 0.59 0.42 336.5 0.93 0.3
Hex 94 5 3D 0 61 3B 2A 151 5D 1E
Octal 224 5 75 0 141 73 52 521 135 36
Binary 10010100 101 111101 0 1100001 111011 101010 101010001 1011101 11110

Color Harmonies of #94053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94053D

Black with #94053D

Text Example


Text Example

White with #94053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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