Html Css Color HEX #93082F Burgundy

📋 copy color: '#93082F'

red 147 ◦ green 8 ◦ blue 47

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

Shades of Burgundy #93082F

Tints of Burgundy #93082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 72.77%
G = 3.96%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#93082F (or 0x93082F) is known color: Burgundy. HEX triplet: 93, 08 and 2F. RGB value is (147,8,47). Sum of RGB (Red+Green+Blue) = 147+8+47=202 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.77% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 147 - color contains mainly: red. Hex color #93082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93082F is #6CF7D0. Grayscale: #353535. Windows color (decimal): -7141329 or 3082387. OLE color: 3082387.

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

Color convert

RGB 147 8 47 -
CMYK 0 0.95 0.68 0.42
HSL 343.17º 0.9% 0.3% -
HSV(B) 343.17º 0.95% 0.58% -
XYZ 12.63 6.58 3.29 -
YUV 54.01 124.05 194.33 -
System Red Green Blue C M Y K H S L
Decimal 147 8 47 0 0.95 0.68 0.42 343.17 0.9 0.3
Hex 93 8 2F 0 5F 44 2A 157 5A 1E
Octal 223 10 57 0 137 104 52 527 132 36
Binary 10010011 1000 101111 0 1011111 1000100 101010 101010111 1011010 11110

Color Harmonies of #93082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93082F

Black with #93082F

Text Example


Text Example

White with #93082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93082F; }

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

 H1.HeaderClassName
 {
   color: #93082F;
 }
 .AnyTagClassName
 {
   color: #93082F;
 }
</style>

background-color css

<style>
 a { background-color: #93082F; }

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

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

border-color css

<style>
 span { border-color: #93082F; }

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

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