Html Css Color HEX #93063C Burgundy

📋 copy color: '#93063C'

red 147 ◦ green 6 ◦ blue 60

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

Shades of Burgundy #93063C

Tints of Burgundy #93063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 69.01%
G = 2.82%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#93063C (or 0x93063C) is known color: Burgundy. HEX triplet: 93, 06 and 3C. RGB value is (147,6,60). Sum of RGB (Red+Green+Blue) = 147+6+60=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93063C is #6CF9C3. Grayscale: #363636. Windows color (decimal): -7141828 or 3933843. OLE color: 3933843.

HSL color Cylindrical-coordinate representation of color #93063C: hue angle of 337.02º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93063C is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 6 60 -
CMYK 0 0.96 0.59 0.42
HSL 337.02º 0.92% 0.3% -
HSV(B) 337.02º 0.96% 0.58% -
XYZ 12.91 6.66 4.88 -
YUV 54.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 147 6 60 0 0.96 0.59 0.42 337.02 0.92 0.3
Hex 93 6 3C 0 60 3B 2A 151 5C 1E
Octal 223 6 74 0 140 73 52 521 134 36
Binary 10010011 110 111100 0 1100000 111011 101010 101010001 1011100 11110

Color Harmonies of #93063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93063C

Black with #93063C

Text Example


Text Example

White with #93063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93063C; }

 p { color: rgb(147,6,60); }

 H1.HeaderClassName
 {
   color: #93063C;
 }
 .AnyTagClassName
 {
   color: #93063C;
 }
</style>

background-color css

<style>
 a { background-color: #93063C; }

 a { background-color: rgb(147,6,60); }

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

border-color css

<style>
 span { border-color: #93063C; }

 span { border-color: rgb(147,6,60); }

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