Html Css Color HEX #93052E Burgundy

📋 copy color: '#93052E'

red 147 ◦ green 5 ◦ blue 46

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

Shades of Burgundy #93052E

Tints of Burgundy #93052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 74.24%
G = 2.53%
B = 23.23%

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

#93052E (or 0x93052E) is known color: Burgundy. HEX triplet: 93, 05 and 2E. RGB value is (147,5,46). Sum of RGB (Red+Green+Blue) = 147+5+46=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #93052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93052E is #6CFAD1. Grayscale: #343434. Windows color (decimal): -7142098 or 3016083. OLE color: 3016083.

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

Color convert

RGB 147 5 46 -
CMYK 0 0.97 0.69 0.42
HSL 342.68º 0.93% 0.3% -
HSV(B) 342.68º 0.97% 0.58% -
XYZ 12.58 6.51 3.18 -
YUV 52.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 147 5 46 0 0.97 0.69 0.42 342.68 0.93 0.3
Hex 93 5 2E 0 61 45 2A 157 5D 1E
Octal 223 5 56 0 141 105 52 527 135 36
Binary 10010011 101 101110 0 1100001 1000101 101010 101010111 1011101 11110

Color Harmonies of #93052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93052E

Black with #93052E

Text Example


Text Example

White with #93052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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