Html Css Color HEX #93022C Burgundy

📋 copy color: '#93022C'

red 147 ◦ green 2 ◦ blue 44

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

Shades of Burgundy #93022C

Tints of Burgundy #93022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.8%

R = 76.17%
G = 1.04%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#93022C (or 0x93022C) is known color: Burgundy. HEX triplet: 93, 02 and 2C. RGB value is (147,2,44). Sum of RGB (Red+Green+Blue) = 147+2+44=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #93022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93022C is #6CFDD3. Grayscale: #323232. Windows color (decimal): -7142868 or 2884243. OLE color: 2884243.

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

Color convert

RGB 147 2 44 -
CMYK 0 0.99 0.70 0.42
HSL 342.62º 0.97% 0.29% -
HSV(B) 342.62º 0.99% 0.58% -
XYZ 12.51 6.43 2.96 -
YUV 50.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 147 2 44 0 0.99 0.70 0.42 342.62 0.97 0.29
Hex 93 2 2C 0 63 46 2A 157 61 1D
Octal 223 2 54 0 143 106 52 527 141 35
Binary 10010011 10 101100 0 1100011 1000110 101010 101010111 1100001 11101

Color Harmonies of #93022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93022C

Black with #93022C

Text Example


Text Example

White with #93022C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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