Html Css Color HEX #93062D Burgundy

📋 copy color: '#93062D'

red 147 ◦ green 6 ◦ blue 45

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

Shades of Burgundy #93062D

Tints of Burgundy #93062D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 74.24%
G = 3.03%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93062D (or 0x93062D) is known color: Burgundy. HEX triplet: 93, 06 and 2D. RGB value is (147,6,45). Sum of RGB (Red+Green+Blue) = 147+6+45=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #93062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93062D is #6CF9D2. Grayscale: #343434. Windows color (decimal): -7141843 or 2950803. OLE color: 2950803.

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

Color convert

RGB 147 6 45 -
CMYK 0 0.96 0.69 0.42
HSL 343.4º 0.92% 0.3% -
HSV(B) 343.4º 0.96% 0.58% -
XYZ 12.57 6.52 3.08 -
YUV 52.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 147 6 45 0 0.96 0.69 0.42 343.4 0.92 0.3
Hex 93 6 2D 0 60 45 2A 157 5C 1E
Octal 223 6 55 0 140 105 52 527 134 36
Binary 10010011 110 101101 0 1100000 1000101 101010 101010111 1011100 11110

Color Harmonies of #93062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93062D

Black with #93062D

Text Example


Text Example

White with #93062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93062D; }

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

 H1.HeaderClassName
 {
   color: #93062D;
 }
 .AnyTagClassName
 {
   color: #93062D;
 }
</style>

background-color css

<style>
 a { background-color: #93062D; }

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

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

border-color css

<style>
 span { border-color: #93062D; }

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

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