Html Css Color HEX #89023A Burgundy

📋 copy color: '#89023A'

red 137 ◦ green 2 ◦ blue 58

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

Shades of Burgundy #89023A

Tints of Burgundy #89023A

RGB

 RED value IS 137 (53.91% from 255) = 69.54%

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 58 (23.05% from 255) = 29.44%

R = 69.54%
G = 1.02%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#89023A (or 0x89023A) is known color: Burgundy. HEX triplet: 89, 02 and 3A. RGB value is (137,2,58). Sum of RGB (Red+Green+Blue) = 137+2+58=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #89023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89023A is #76FDC5. Grayscale: #303030. Windows color (decimal): -7798214 or 3801737. OLE color: 3801737.

HSL color Cylindrical-coordinate representation of color #89023A: hue angle of 335.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89023A is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 58 -
CMYK 0 0.99 0.58 0.46
HSL 335.11º 0.97% 0.27% -
HSV(B) 335.11º 0.99% 0.54% -
XYZ 11.1 5.67 4.51 -
YUV 48.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 137 2 58 0 0.99 0.58 0.46 335.11 0.97 0.27
Hex 89 2 3A 0 63 3A 2E 14F 61 1B
Octal 211 2 72 0 143 72 56 517 141 33
Binary 10001001 10 111010 0 1100011 111010 101110 101001111 1100001 11011

Color Harmonies of #89023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89023A

Black with #89023A

Text Example


Text Example

White with #89023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89023A; }

 p { color: rgb(137,2,58); }

 H1.HeaderClassName
 {
   color: #89023A;
 }
 .AnyTagClassName
 {
   color: #89023A;
 }
</style>

background-color css

<style>
 a { background-color: #89023A; }

 a { background-color: rgb(137,2,58); }

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

border-color css

<style>
 span { border-color: #89023A; }

 span { border-color: rgb(137,2,58); }

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