Html Css Color HEX #93022F Burgundy

📋 copy color: '#93022F'

red 147 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #93022F

Tints of Burgundy #93022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.98%

R = 75%
G = 1.02%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#93022F (or 0x93022F) is known color: Burgundy. HEX triplet: 93, 02 and 2F. RGB value is (147,2,47). Sum of RGB (Red+Green+Blue) = 147+2+47=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #93022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93022F is #6CFDD0. Grayscale: #323232. Windows color (decimal): -7142865 or 3080851. OLE color: 3080851.

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

Color convert

RGB 147 2 47 -
CMYK 0 0.99 0.68 0.42
HSL 341.38º 0.97% 0.29% -
HSV(B) 341.38º 0.99% 0.58% -
XYZ 12.57 6.45 3.27 -
YUV 50.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 147 2 47 0 0.99 0.68 0.42 341.38 0.97 0.29
Hex 93 2 2F 0 63 44 2A 155 61 1D
Octal 223 2 57 0 143 104 52 525 141 35
Binary 10010011 10 101111 0 1100011 1000100 101010 101010101 1100001 11101

Color Harmonies of #93022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93022F

Black with #93022F

Text Example


Text Example

White with #93022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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