Html Css Color HEX #8A033D Burgundy

📋 copy color: '#8A033D'

red 138 ◦ green 3 ◦ blue 61

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

Shades of Burgundy #8A033D

Tints of Burgundy #8A033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.2%

R = 68.32%
G = 1.49%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#8A033D (or 0x8A033D) is known color: Burgundy. HEX triplet: 8A, 03 and 3D. RGB value is (138,3,61). Sum of RGB (Red+Green+Blue) = 138+3+61=202 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.32% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 138 - color contains mainly: red. Hex color #8A033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A033D is #75FCC2. Grayscale: #313131. Windows color (decimal): -7732419 or 3998602. OLE color: 3998602.

HSL color Cylindrical-coordinate representation of color #8A033D: hue angle of 334.22º 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 #8A033D is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 3 61 -
CMYK 0 0.98 0.56 0.46
HSL 334.22º 0.96% 0.28% -
HSV(B) 334.22º 0.98% 0.54% -
XYZ 11.36 5.81 4.94 -
YUV 49.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 138 3 61 0 0.98 0.56 0.46 334.22 0.96 0.28
Hex 8A 3 3D 0 62 38 2E 14E 60 1C
Octal 212 3 75 0 142 70 56 516 140 34
Binary 10001010 11 111101 0 1100010 111000 101110 101001110 1100000 11100

Color Harmonies of #8A033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A033D

Black with #8A033D

Text Example


Text Example

White with #8A033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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