Html Css Color HEX #8A072F Burgundy

📋 copy color: '#8A072F'

red 138 ◦ green 7 ◦ blue 47

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

Shades of Burgundy #8A072F

Tints of Burgundy #8A072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.65%

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

R = 71.88%
G = 3.65%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#8A072F (or 0x8A072F) is known color: Burgundy. HEX triplet: 8A, 07 and 2F. RGB value is (138,7,47). Sum of RGB (Red+Green+Blue) = 138+7+47=192 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.88% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 138 - color contains mainly: red. Hex color #8A072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A072F is #75F8D0. Grayscale: #323232. Windows color (decimal): -7731409 or 3082122. OLE color: 3082122.

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

Color convert

RGB 138 7 47 -
CMYK 0 0.95 0.66 0.46
HSL 341.68º 0.9% 0.28% -
HSV(B) 341.68º 0.95% 0.54% -
XYZ 11.07 5.76 3.22 -
YUV 50.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 138 7 47 0 0.95 0.66 0.46 341.68 0.9 0.28
Hex 8A 7 2F 0 5F 42 2E 156 5A 1C
Octal 212 7 57 0 137 102 56 526 132 34
Binary 10001010 111 101111 0 1011111 1000010 101110 101010110 1011010 11100

Color Harmonies of #8A072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A072F

Black with #8A072F

Text Example


Text Example

White with #8A072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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