Html Css Color HEX #93023B Burgundy

📋 copy color: '#93023B'

red 147 ◦ green 2 ◦ blue 59

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

Shades of Burgundy #93023B

Tints of Burgundy #93023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 70.67%
G = 0.96%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#93023B (or 0x93023B) is known color: Burgundy. HEX triplet: 93, 02 and 3B. RGB value is (147,2,59). Sum of RGB (Red+Green+Blue) = 147+2+59=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #93023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93023B is #6CFDC4. Grayscale: #333333. Windows color (decimal): -7142853 or 3867283. OLE color: 3867283.

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

Color convert

RGB 147 2 59 -
CMYK 0 0.99 0.60 0.42
HSL 336.41º 0.97% 0.29% -
HSV(B) 336.41º 0.99% 0.58% -
XYZ 12.84 6.56 4.73 -
YUV 51.85 132.04 195.87 -
System Red Green Blue C M Y K H S L
Decimal 147 2 59 0 0.99 0.60 0.42 336.41 0.97 0.29
Hex 93 2 3B 0 63 3C 2A 150 61 1D
Octal 223 2 73 0 143 74 52 520 141 35
Binary 10010011 10 111011 0 1100011 111100 101010 101010000 1100001 11101

Color Harmonies of #93023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93023B

Black with #93023B

Text Example


Text Example

White with #93023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93023B; }

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

 H1.HeaderClassName
 {
   color: #93023B;
 }
 .AnyTagClassName
 {
   color: #93023B;
 }
</style>

background-color css

<style>
 a { background-color: #93023B; }

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

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

border-color css

<style>
 span { border-color: #93023B; }

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

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