Html Css Color HEX #8B093C Burgundy

📋 copy color: '#8B093C'

red 139 ◦ green 9 ◦ blue 60

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

Shades of Burgundy #8B093C

Tints of Burgundy #8B093C

RGB

 RED value IS 139 (54.69% from 255) = 66.83%

 GREEN value IS 9 (3.91% from 255) = 4.33%

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 66.83%
G = 4.33%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8B093C (or 0x8B093C) is known color: Burgundy. HEX triplet: 8B, 09 and 3C. RGB value is (139,9,60). Sum of RGB (Red+Green+Blue) = 139+9+60=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B093C is #74F6C3. Grayscale: #353535. Windows color (decimal): -7665348 or 3934603. OLE color: 3934603.

HSL color Cylindrical-coordinate representation of color #8B093C: hue angle of 336.46º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B093C is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 9 60 -
CMYK 0 0.94 0.57 0.45
HSL 336.46º 0.88% 0.29% -
HSV(B) 336.46º 0.94% 0.55% -
XYZ 11.56 6.01 4.83 -
YUV 53.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 139 9 60 0 0.94 0.57 0.45 336.46 0.88 0.29
Hex 8B 9 3C 0 5E 39 2D 150 58 1D
Octal 213 11 74 0 136 71 55 520 130 35
Binary 10001011 1001 111100 0 1011110 111001 101101 101010000 1011000 11101

Color Harmonies of #8B093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B093C

Black with #8B093C

Text Example


Text Example

White with #8B093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B093C; }

 p { color: rgb(139,9,60); }

 H1.HeaderClassName
 {
   color: #8B093C;
 }
 .AnyTagClassName
 {
   color: #8B093C;
 }
</style>

background-color css

<style>
 a { background-color: #8B093C; }

 a { background-color: rgb(139,9,60); }

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

border-color css

<style>
 span { border-color: #8B093C; }

 span { border-color: rgb(139,9,60); }

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