Html Css Color HEX #93032F Burgundy

📋 copy color: '#93032F'

red 147 ◦ green 3 ◦ blue 47

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

Shades of Burgundy #93032F

Tints of Burgundy #93032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 74.62%
G = 1.52%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#93032F (or 0x93032F) is known color: Burgundy. HEX triplet: 93, 03 and 2F. RGB value is (147,3,47). Sum of RGB (Red+Green+Blue) = 147+3+47=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #93032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93032F is #6CFCD0. Grayscale: #333333. Windows color (decimal): -7142609 or 3081107. OLE color: 3081107.

HSL color Cylindrical-coordinate representation of color #93032F: hue angle of 341.67º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93032F is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 47 -
CMYK 0 0.98 0.68 0.42
HSL 341.67º 0.96% 0.29% -
HSV(B) 341.67º 0.98% 0.58% -
XYZ 12.58 6.47 3.28 -
YUV 51.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 147 3 47 0 0.98 0.68 0.42 341.67 0.96 0.29
Hex 93 3 2F 0 62 44 2A 156 60 1D
Octal 223 3 57 0 142 104 52 526 140 35
Binary 10010011 11 101111 0 1100010 1000100 101010 101010110 1100000 11101

Color Harmonies of #93032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93032F

Black with #93032F

Text Example


Text Example

White with #93032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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