Html Css Color HEX #89013C Burgundy

📋 copy color: '#89013C'

red 137 ◦ green 1 ◦ blue 60

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

Shades of Burgundy #89013C

Tints of Burgundy #89013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 69.19%
G = 0.51%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#89013C (or 0x89013C) is known color: Burgundy. HEX triplet: 89, 01 and 3C. RGB value is (137,1,60). Sum of RGB (Red+Green+Blue) = 137+1+60=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #89013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89013C is #76FEC3. Grayscale: #303030. Windows color (decimal): -7798468 or 3932553. OLE color: 3932553.

HSL color Cylindrical-coordinate representation of color #89013C: hue angle of 333.97º degrees, saturation: 0.99, 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 #89013C is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 1 60 -
CMYK 0 0.99 0.56 0.46
HSL 333.97º 0.99% 0.27% -
HSV(B) 333.97º 0.99% 0.54% -
XYZ 11.14 5.67 4.78 -
YUV 48.39 134.56 191.2 -
System Red Green Blue C M Y K H S L
Decimal 137 1 60 0 0.99 0.56 0.46 333.97 0.99 0.27
Hex 89 1 3C 0 63 38 2E 14E 63 1B
Octal 211 1 74 0 143 70 56 516 143 33
Binary 10001001 1 111100 0 1100011 111000 101110 101001110 1100011 11011

Color Harmonies of #89013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89013C

Black with #89013C

Text Example


Text Example

White with #89013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89013C; }

 p { color: rgb(137,1,60); }

 H1.HeaderClassName
 {
   color: #89013C;
 }
 .AnyTagClassName
 {
   color: #89013C;
 }
</style>

background-color css

<style>
 a { background-color: #89013C; }

 a { background-color: rgb(137,1,60); }

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

border-color css

<style>
 span { border-color: #89013C; }

 span { border-color: rgb(137,1,60); }

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