Html Css Color HEX #93043C Burgundy

📋 copy color: '#93043C'

red 147 ◦ green 4 ◦ blue 60

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

Shades of Burgundy #93043C

Tints of Burgundy #93043C

RGB

 RED value IS 147 (57.81% from 255) = 69.67%

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 69.67%
G = 1.9%
B = 28.44%

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

#93043C (or 0x93043C) is known color: Burgundy. HEX triplet: 93, 04 and 3C. RGB value is (147,4,60). Sum of RGB (Red+Green+Blue) = 147+4+60=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #93043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93043C is #6CFBC3. Grayscale: #353535. Windows color (decimal): -7142340 or 3933331. OLE color: 3933331.

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

Color convert

RGB 147 4 60 -
CMYK 0 0.97 0.59 0.42
HSL 336.5º 0.95% 0.3% -
HSV(B) 336.5º 0.97% 0.58% -
XYZ 12.89 6.62 4.87 -
YUV 53.14 131.88 194.95 -
System Red Green Blue C M Y K H S L
Decimal 147 4 60 0 0.97 0.59 0.42 336.5 0.95 0.3
Hex 93 4 3C 0 61 3B 2A 151 5F 1E
Octal 223 4 74 0 141 73 52 521 137 36
Binary 10010011 100 111100 0 1100001 111011 101010 101010001 1011111 11110

Color Harmonies of #93043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93043C

Black with #93043C

Text Example


Text Example

White with #93043C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,4,60); }

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

background-color css

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

 a { background-color: rgb(147,4,60); }

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

border-color css

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

 span { border-color: rgb(147,4,60); }

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