Html Css Color HEX #93083B Burgundy

📋 copy color: '#93083B'

red 147 ◦ green 8 ◦ blue 59

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

Shades of Burgundy #93083B

Tints of Burgundy #93083B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

 BLUE value IS 59 (23.44% from 255) = 27.57%

R = 68.69%
G = 3.74%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#93083B (or 0x93083B) is known color: Burgundy. HEX triplet: 93, 08 and 3B. RGB value is (147,8,59). Sum of RGB (Red+Green+Blue) = 147+8+59=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93083B is #6CF7C4. Grayscale: #373737. Windows color (decimal): -7141317 or 3868819. OLE color: 3868819.

HSL color Cylindrical-coordinate representation of color #93083B: hue angle of 337.99º degrees, saturation: 0.9, 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 #93083B is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 59 -
CMYK 0 0.95 0.60 0.42
HSL 337.99º 0.9% 0.3% -
HSV(B) 337.99º 0.95% 0.58% -
XYZ 12.91 6.69 4.75 -
YUV 55.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 147 8 59 0 0.95 0.60 0.42 337.99 0.9 0.3
Hex 93 8 3B 0 5F 3C 2A 152 5A 1E
Octal 223 10 73 0 137 74 52 522 132 36
Binary 10010011 1000 111011 0 1011111 111100 101010 101010010 1011010 11110

Color Harmonies of #93083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93083B

Black with #93083B

Text Example


Text Example

White with #93083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93083B; }

 p { color: rgb(147,8,59); }

 H1.HeaderClassName
 {
   color: #93083B;
 }
 .AnyTagClassName
 {
   color: #93083B;
 }
</style>

background-color css

<style>
 a { background-color: #93083B; }

 a { background-color: rgb(147,8,59); }

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

border-color css

<style>
 span { border-color: #93083B; }

 span { border-color: rgb(147,8,59); }

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