Html Css Color HEX #93033C Burgundy

📋 copy color: '#93033C'

red 147 ◦ green 3 ◦ blue 60

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

Shades of Burgundy #93033C

Tints of Burgundy #93033C

RGB

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

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

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

R = 70%
G = 1.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#93033C (or 0x93033C) is known color: Burgundy. HEX triplet: 93, 03 and 3C. RGB value is (147,3,60). Sum of RGB (Red+Green+Blue) = 147+3+60=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93033C is #6CFCC3. Grayscale: #343434. Windows color (decimal): -7142596 or 3933075. OLE color: 3933075.

HSL color Cylindrical-coordinate representation of color #93033C: hue angle of 336.25º 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 #93033C is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 60 -
CMYK 0 0.98 0.59 0.42
HSL 336.25º 0.96% 0.29% -
HSV(B) 336.25º 0.98% 0.58% -
XYZ 12.88 6.59 4.87 -
YUV 52.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 147 3 60 0 0.98 0.59 0.42 336.25 0.96 0.29
Hex 93 3 3C 0 62 3B 2A 150 60 1D
Octal 223 3 74 0 142 73 52 520 140 35
Binary 10010011 11 111100 0 1100010 111011 101010 101010000 1100000 11101

Color Harmonies of #93033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93033C

Black with #93033C

Text Example


Text Example

White with #93033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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