Html Css Color HEX #93052D Burgundy

📋 copy color: '#93052D'

red 147 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #93052D

Tints of Burgundy #93052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 74.62%
G = 2.54%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93052D (or 0x93052D) is known color: Burgundy. HEX triplet: 93, 05 and 2D. RGB value is (147,5,45). Sum of RGB (Red+Green+Blue) = 147+5+45=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #93052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93052D is #6CFAD2. Grayscale: #343434. Windows color (decimal): -7142099 or 2950547. OLE color: 2950547.

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

Color convert

RGB 147 5 45 -
CMYK 0 0.97 0.69 0.42
HSL 343.1º 0.93% 0.3% -
HSV(B) 343.1º 0.97% 0.58% -
XYZ 12.56 6.5 3.08 -
YUV 52.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 147 5 45 0 0.97 0.69 0.42 343.1 0.93 0.3
Hex 93 5 2D 0 61 45 2A 157 5D 1E
Octal 223 5 55 0 141 105 52 527 135 36
Binary 10010011 101 101101 0 1100001 1000101 101010 101010111 1011101 11110

Color Harmonies of #93052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93052D

Black with #93052D

Text Example


Text Example

White with #93052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,5,45); }

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

background-color css

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

 a { background-color: rgb(147,5,45); }

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

border-color css

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

 span { border-color: rgb(147,5,45); }

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