Html Css Color HEX #93072E Burgundy

📋 copy color: '#93072E'

red 147 ◦ green 7 ◦ blue 46

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

Shades of Burgundy #93072E

Tints of Burgundy #93072E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23%

R = 73.5%
G = 3.5%
B = 23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93072E (or 0x93072E) is known color: Burgundy. HEX triplet: 93, 07 and 2E. RGB value is (147,7,46). Sum of RGB (Red+Green+Blue) = 147+7+46=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #93072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93072E is #6CF8D1. Grayscale: #353535. Windows color (decimal): -7141586 or 3016595. OLE color: 3016595.

HSL color Cylindrical-coordinate representation of color #93072E: hue angle of 343.29º 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 #93072E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 7 46 -
CMYK 0 0.95 0.69 0.42
HSL 343.29º 0.91% 0.3% -
HSV(B) 343.29º 0.95% 0.58% -
XYZ 12.6 6.55 3.19 -
YUV 53.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 147 7 46 0 0.95 0.69 0.42 343.29 0.91 0.3
Hex 93 7 2E 0 5F 45 2A 157 5B 1E
Octal 223 7 56 0 137 105 52 527 133 36
Binary 10010011 111 101110 0 1011111 1000101 101010 101010111 1011011 11110

Color Harmonies of #93072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93072E

Black with #93072E

Text Example


Text Example

White with #93072E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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