Html Css Color HEX #8A052F Burgundy

📋 copy color: '#8A052F'

red 138 ◦ green 5 ◦ blue 47

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

Shades of Burgundy #8A052F

Tints of Burgundy #8A052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

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

R = 72.63%
G = 2.63%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#8A052F (or 0x8A052F) is known color: Burgundy. HEX triplet: 8A, 05 and 2F. RGB value is (138,5,47). Sum of RGB (Red+Green+Blue) = 138+5+47=190 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.63% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 138 - color contains mainly: red. Hex color #8A052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A052F is #75FAD0. Grayscale: #313131. Windows color (decimal): -7731921 or 3081610. OLE color: 3081610.

HSL color Cylindrical-coordinate representation of color #8A052F: hue angle of 341.05º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A052F is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 5 47 -
CMYK 0 0.96 0.66 0.46
HSL 341.05º 0.93% 0.28% -
HSV(B) 341.05º 0.96% 0.54% -
XYZ 11.05 5.72 3.21 -
YUV 49.56 126.56 191.08 -
System Red Green Blue C M Y K H S L
Decimal 138 5 47 0 0.96 0.66 0.46 341.05 0.93 0.28
Hex 8A 5 2F 0 60 42 2E 155 5D 1C
Octal 212 5 57 0 140 102 56 525 135 34
Binary 10001010 101 101111 0 1100000 1000010 101110 101010101 1011101 11100

Color Harmonies of #8A052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A052F

Black with #8A052F

Text Example


Text Example

White with #8A052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,5,47); }

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

background-color css

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

 a { background-color: rgb(138,5,47); }

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

border-color css

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

 span { border-color: rgb(138,5,47); }

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