Html Css Color HEX #94053C Burgundy

📋 copy color: '#94053C'

red 148 ◦ green 5 ◦ blue 60

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

Shades of Burgundy #94053C

Tints of Burgundy #94053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 69.48%
G = 2.35%
B = 28.17%

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

#94053C (or 0x94053C) is known color: Burgundy. HEX triplet: 94, 05 and 3C. RGB value is (148,5,60). Sum of RGB (Red+Green+Blue) = 148+5+60=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #94053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94053C is #6BFAC3. Grayscale: #353535. Windows color (decimal): -7076548 or 3933588. OLE color: 3933588.

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

Color convert

RGB 148 5 60 -
CMYK 0 0.97 0.59 0.42
HSL 336.92º 0.93% 0.3% -
HSV(B) 336.92º 0.97% 0.58% -
XYZ 13.08 6.73 4.88 -
YUV 54.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 148 5 60 0 0.97 0.59 0.42 336.92 0.93 0.3
Hex 94 5 3C 0 61 3B 2A 151 5D 1E
Octal 224 5 74 0 141 73 52 521 135 36
Binary 10010100 101 111100 0 1100001 111011 101010 101010001 1011101 11110

Color Harmonies of #94053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94053C

Black with #94053C

Text Example


Text Example

White with #94053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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