Html Css Color HEX #93073A Burgundy

📋 copy color: '#93073A'

red 147 ◦ green 7 ◦ blue 58

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

Shades of Burgundy #93073A

Tints of Burgundy #93073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

 BLUE value IS 58 (23.05% from 255) = 27.36%

R = 69.34%
G = 3.3%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#93073A (or 0x93073A) is known color: Burgundy. HEX triplet: 93, 07 and 3A. RGB value is (147,7,58). Sum of RGB (Red+Green+Blue) = 147+7+58=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #93073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93073A is #6CF8C5. Grayscale: #363636. Windows color (decimal): -7141574 or 3803027. OLE color: 3803027.

HSL color Cylindrical-coordinate representation of color #93073A: hue angle of 338.14º degrees, saturation: 0.91, 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 #93073A is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 7 58 -
CMYK 0 0.95 0.61 0.42
HSL 338.14º 0.91% 0.3% -
HSV(B) 338.14º 0.95% 0.58% -
XYZ 12.87 6.66 4.61 -
YUV 54.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 147 7 58 0 0.95 0.61 0.42 338.14 0.91 0.3
Hex 93 7 3A 0 5F 3D 2A 152 5B 1E
Octal 223 7 72 0 137 75 52 522 133 36
Binary 10010011 111 111010 0 1011111 111101 101010 101010010 1011011 11110

Color Harmonies of #93073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93073A

Black with #93073A

Text Example


Text Example

White with #93073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93073A; }

 p { color: rgb(147,7,58); }

 H1.HeaderClassName
 {
   color: #93073A;
 }
 .AnyTagClassName
 {
   color: #93073A;
 }
</style>

background-color css

<style>
 a { background-color: #93073A; }

 a { background-color: rgb(147,7,58); }

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

border-color css

<style>
 span { border-color: #93073A; }

 span { border-color: rgb(147,7,58); }

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