Html Css Color HEX #8A083C Burgundy

📋 copy color: '#8A083C'

red 138 ◦ green 8 ◦ blue 60

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

Shades of Burgundy #8A083C

Tints of Burgundy #8A083C

RGB

 RED value IS 138 (54.3% from 255) = 66.99%

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

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

R = 66.99%
G = 3.88%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#8A083C (or 0x8A083C) is known color: Burgundy. HEX triplet: 8A, 08 and 3C. RGB value is (138,8,60). Sum of RGB (Red+Green+Blue) = 138+8+60=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A083C is #75F7C3. Grayscale: #343434. Windows color (decimal): -7731140 or 3934346. OLE color: 3934346.

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

Color convert

RGB 138 8 60 -
CMYK 0 0.94 0.57 0.46
HSL 336º 0.89% 0.29% -
HSV(B) 336º 0.94% 0.54% -
XYZ 11.38 5.9 4.81 -
YUV 52.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 138 8 60 0 0.94 0.57 0.46 336 0.89 0.29
Hex 8A 8 3C 0 5E 39 2E 150 59 1D
Octal 212 10 74 0 136 71 56 520 131 35
Binary 10001010 1000 111100 0 1011110 111001 101110 101010000 1011001 11101

Color Harmonies of #8A083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A083C

Black with #8A083C

Text Example


Text Example

White with #8A083C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,8,60); }

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

background-color css

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

 a { background-color: rgb(138,8,60); }

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

border-color css

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

 span { border-color: rgb(138,8,60); }

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