Html Css Color HEX #93092F Burgundy

📋 copy color: '#93092F'

red 147 ◦ green 9 ◦ blue 47

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

Shades of Burgundy #93092F

Tints of Burgundy #93092F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

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

R = 72.41%
G = 4.43%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#93092F (or 0x93092F) is known color: Burgundy. HEX triplet: 93, 09 and 2F. RGB value is (147,9,47). Sum of RGB (Red+Green+Blue) = 147+9+47=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #93092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93092F is #6CF6D0. Grayscale: #363636. Windows color (decimal): -7141073 or 3082643. OLE color: 3082643.

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

Color convert

RGB 147 9 47 -
CMYK 0 0.94 0.68 0.42
HSL 343.48º 0.88% 0.31% -
HSV(B) 343.48º 0.94% 0.58% -
XYZ 12.64 6.6 3.3 -
YUV 54.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 147 9 47 0 0.94 0.68 0.42 343.48 0.88 0.31
Hex 93 9 2F 0 5E 44 2A 157 58 1F
Octal 223 11 57 0 136 104 52 527 130 37
Binary 10010011 1001 101111 0 1011110 1000100 101010 101010111 1011000 11111

Color Harmonies of #93092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93092F

Black with #93092F

Text Example


Text Example

White with #93092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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