Html Css Color HEX #93013E Burgundy

📋 copy color: '#93013E'

red 147 ◦ green 1 ◦ blue 62

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

Shades of Burgundy #93013E

Tints of Burgundy #93013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 70%
G = 0.48%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#93013E (or 0x93013E) is known color: Burgundy. HEX triplet: 93, 01 and 3E. RGB value is (147,1,62). Sum of RGB (Red+Green+Blue) = 147+1+62=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93013E is #6CFEC1. Grayscale: #333333. Windows color (decimal): -7143106 or 4063635. OLE color: 4063635.

HSL color Cylindrical-coordinate representation of color #93013E: hue angle of 334.93º degrees, saturation: 0.99, 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 #93013E is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 1 62 -
CMYK 0 0.99 0.58 0.42
HSL 334.93º 0.99% 0.29% -
HSV(B) 334.93º 0.99% 0.58% -
XYZ 12.91 6.57 5.15 -
YUV 51.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 147 1 62 0 0.99 0.58 0.42 334.93 0.99 0.29
Hex 93 1 3E 0 63 3A 2A 14F 63 1D
Octal 223 1 76 0 143 72 52 517 143 35
Binary 10010011 1 111110 0 1100011 111010 101010 101001111 1100011 11101

Color Harmonies of #93013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93013E

Black with #93013E

Text Example


Text Example

White with #93013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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