Html Css Color HEX #8A033B Burgundy

📋 copy color: '#8A033B'

red 138 ◦ green 3 ◦ blue 59

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

Shades of Burgundy #8A033B

Tints of Burgundy #8A033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.5%

R = 69%
G = 1.5%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#8A033B (or 0x8A033B) is known color: Burgundy. HEX triplet: 8A, 03 and 3B. RGB value is (138,3,59). Sum of RGB (Red+Green+Blue) = 138+3+59=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A033B is #75FCC4. Grayscale: #313131. Windows color (decimal): -7732421 or 3867530. OLE color: 3867530.

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

Color convert

RGB 138 3 59 -
CMYK 0 0.98 0.57 0.46
HSL 335.11º 0.96% 0.28% -
HSV(B) 335.11º 0.98% 0.54% -
XYZ 11.3 5.78 4.66 -
YUV 49.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 138 3 59 0 0.98 0.57 0.46 335.11 0.96 0.28
Hex 8A 3 3B 0 62 39 2E 14F 60 1C
Octal 212 3 73 0 142 71 56 517 140 34
Binary 10001010 11 111011 0 1100010 111001 101110 101001111 1100000 11100

Color Harmonies of #8A033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A033B

Black with #8A033B

Text Example


Text Example

White with #8A033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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