Html Css Color HEX #8A033F Burgundy

📋 copy color: '#8A033F'

red 138 ◦ green 3 ◦ blue 63

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

Shades of Burgundy #8A033F

Tints of Burgundy #8A033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

 BLUE value IS 63 (25% from 255) = 30.88%

R = 67.65%
G = 1.47%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#8A033F (or 0x8A033F) is known color: Burgundy. HEX triplet: 8A, 03 and 3F. RGB value is (138,3,63). Sum of RGB (Red+Green+Blue) = 138+3+63=204 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.65% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 138 - color contains mainly: red. Hex color #8A033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A033F is #75FCC0. Grayscale: #323232. Windows color (decimal): -7732417 or 4129674. OLE color: 4129674.

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

Color convert

RGB 138 3 63 -
CMYK 0 0.98 0.54 0.46
HSL 333.33º 0.96% 0.28% -
HSV(B) 333.33º 0.98% 0.54% -
XYZ 11.41 5.83 5.23 -
YUV 50.21 135.23 190.62 -
System Red Green Blue C M Y K H S L
Decimal 138 3 63 0 0.98 0.54 0.46 333.33 0.96 0.28
Hex 8A 3 3F 0 62 36 2E 14D 60 1C
Octal 212 3 77 0 142 66 56 515 140 34
Binary 10001010 11 111111 0 1100010 110110 101110 101001101 1100000 11100

Color Harmonies of #8A033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A033F

Black with #8A033F

Text Example


Text Example

White with #8A033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,3,63); }

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

background-color css

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

 a { background-color: rgb(138,3,63); }

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

border-color css

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

 span { border-color: rgb(138,3,63); }

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