Html Css Color HEX #93083E Burgundy

📋 copy color: '#93083E'

red 147 ◦ green 8 ◦ blue 62

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

Shades of Burgundy #93083E

Tints of Burgundy #93083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 62 (24.61% from 255) = 28.57%

R = 67.74%
G = 3.69%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#93083E (or 0x93083E) is known color: Burgundy. HEX triplet: 93, 08 and 3E. RGB value is (147,8,62). Sum of RGB (Red+Green+Blue) = 147+8+62=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #93083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93083E is #6CF7C1. Grayscale: #373737. Windows color (decimal): -7141314 or 4065427. OLE color: 4065427.

HSL color Cylindrical-coordinate representation of color #93083E: hue angle of 336.69º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93083E is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 62 -
CMYK 0 0.95 0.58 0.42
HSL 336.69º 0.9% 0.3% -
HSV(B) 336.69º 0.95% 0.58% -
XYZ 12.99 6.72 5.17 -
YUV 55.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 147 8 62 0 0.95 0.58 0.42 336.69 0.9 0.3
Hex 93 8 3E 0 5F 3A 2A 151 5A 1E
Octal 223 10 76 0 137 72 52 521 132 36
Binary 10010011 1000 111110 0 1011111 111010 101010 101010001 1011010 11110

Color Harmonies of #93083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93083E

Black with #93083E

Text Example


Text Example

White with #93083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93083E; }

 p { color: rgb(147,8,62); }

 H1.HeaderClassName
 {
   color: #93083E;
 }
 .AnyTagClassName
 {
   color: #93083E;
 }
</style>

background-color css

<style>
 a { background-color: #93083E; }

 a { background-color: rgb(147,8,62); }

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

border-color css

<style>
 span { border-color: #93083E; }

 span { border-color: rgb(147,8,62); }

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