Html Css Color HEX #8A0941 Burgundy

📋 copy color: '#8A0941'

red 138 ◦ green 9 ◦ blue 65

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

Shades of Burgundy #8A0941

Tints of Burgundy #8A0941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

 BLUE value IS 65 (25.78% from 255) = 30.66%

R = 65.09%
G = 4.25%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#8A0941 (or 0x8A0941) is known color: Burgundy. HEX triplet: 8A, 09 and 41. RGB value is (138,9,65). Sum of RGB (Red+Green+Blue) = 138+9+65=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0941 is #75F6BE. Grayscale: #353535. Windows color (decimal): -7730879 or 4262282. OLE color: 4262282.

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

Color convert

RGB 138 9 65 -
CMYK 0 0.93 0.53 0.46
HSL 333.95º 0.88% 0.29% -
HSV(B) 333.95º 0.93% 0.54% -
XYZ 11.53 5.98 5.55 -
YUV 53.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 138 9 65 0 0.93 0.53 0.46 333.95 0.88 0.29
Hex 8A 9 41 0 5D 35 2E 14E 58 1D
Octal 212 11 101 0 135 65 56 516 130 35
Binary 10001010 1001 1000001 0 1011101 110101 101110 101001110 1011000 11101

Color Harmonies of #8A0941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0941

Black with #8A0941

Text Example


Text Example

White with #8A0941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,9,65); }

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

background-color css

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

 a { background-color: rgb(138,9,65); }

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

border-color css

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

 span { border-color: rgb(138,9,65); }

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