Html Css Color HEX #94053A Burgundy

📋 copy color: '#94053A'

red 148 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #94053A

Tints of Burgundy #94053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 70.14%
G = 2.37%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#94053A (or 0x94053A) is known color: Burgundy. HEX triplet: 94, 05 and 3A. RGB value is (148,5,58). Sum of RGB (Red+Green+Blue) = 148+5+58=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #94053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94053A is #6BFAC5. Grayscale: #353535. Windows color (decimal): -7076550 or 3802516. OLE color: 3802516.

HSL color Cylindrical-coordinate representation of color #94053A: hue angle of 337.76º 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 #94053A is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 5 58 -
CMYK 0 0.97 0.61 0.42
HSL 337.76º 0.93% 0.3% -
HSV(B) 337.76º 0.97% 0.58% -
XYZ 13.03 6.71 4.61 -
YUV 53.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 148 5 58 0 0.97 0.61 0.42 337.76 0.93 0.3
Hex 94 5 3A 0 61 3D 2A 152 5D 1E
Octal 224 5 72 0 141 75 52 522 135 36
Binary 10010100 101 111010 0 1100001 111101 101010 101010010 1011101 11110

Color Harmonies of #94053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94053A

Black with #94053A

Text Example


Text Example

White with #94053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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