Html Css Color HEX #93022E Burgundy

📋 copy color: '#93022E'

red 147 ◦ green 2 ◦ blue 46

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

Shades of Burgundy #93022E

Tints of Burgundy #93022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 75.38%
G = 1.03%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93022E (or 0x93022E) is known color: Burgundy. HEX triplet: 93, 02 and 2E. RGB value is (147,2,46). Sum of RGB (Red+Green+Blue) = 147+2+46=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #93022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93022E is #6CFDD1. Grayscale: #323232. Windows color (decimal): -7142866 or 3015315. OLE color: 3015315.

HSL color Cylindrical-coordinate representation of color #93022E: hue angle of 341.79º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93022E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 2 46 -
CMYK 0 0.99 0.69 0.42
HSL 341.79º 0.97% 0.29% -
HSV(B) 341.79º 0.99% 0.58% -
XYZ 12.55 6.44 3.17 -
YUV 50.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 147 2 46 0 0.99 0.69 0.42 341.79 0.97 0.29
Hex 93 2 2E 0 63 45 2A 156 61 1D
Octal 223 2 56 0 143 105 52 526 141 35
Binary 10010011 10 101110 0 1100011 1000101 101010 101010110 1100001 11101

Color Harmonies of #93022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93022E

Black with #93022E

Text Example


Text Example

White with #93022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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