Html Css Color HEX #890A23 Burgundy

📋 copy color: '#890A23'

red 137 ◦ green 10 ◦ blue 35

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

Shades of Burgundy #890A23

Tints of Burgundy #890A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.49%

 BLUE value IS 35 (14.06% from 255) = 19.23%

R = 75.27%
G = 5.49%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#890A23 (or 0x890A23) is known color: Burgundy. HEX triplet: 89, 0A and 23. RGB value is (137,10,35). Sum of RGB (Red+Green+Blue) = 137+10+35=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #890A23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A23 is #76F5DC. Grayscale: #323232. Windows color (decimal): -7796189 or 2296457. OLE color: 2296457.

HSL color Cylindrical-coordinate representation of color #890A23: hue angle of 348.19º degrees, saturation: 0.86, 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 #890A23 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 10 35 -
CMYK 0 0.93 0.74 0.46
HSL 348.19º 0.86% 0.29% -
HSV(B) 348.19º 0.93% 0.54% -
XYZ 10.73 5.66 2.12 -
YUV 50.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 137 10 35 0 0.93 0.74 0.46 348.19 0.86 0.29
Hex 89 A 23 0 5D 4A 2E 15C 56 1D
Octal 211 12 43 0 135 112 56 534 126 35
Binary 10001001 1010 100011 0 1011101 1001010 101110 101011100 1010110 11101

Color Harmonies of #890A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A23

Black with #890A23

Text Example


Text Example

White with #890A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890A23; }

 p { color: rgb(137,10,35); }

 H1.HeaderClassName
 {
   color: #890A23;
 }
 .AnyTagClassName
 {
   color: #890A23;
 }
</style>

background-color css

<style>
 a { background-color: #890A23; }

 a { background-color: rgb(137,10,35); }

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

border-color css

<style>
 span { border-color: #890A23; }

 span { border-color: rgb(137,10,35); }

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