Html Css Color HEX #890B23 Burgundy

📋 copy color: '#890B23'

red 137 ◦ green 11 ◦ blue 35

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

Shades of Burgundy #890B23

Tints of Burgundy #890B23

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.01%

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

R = 74.86%
G = 6.01%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#890B23 (or 0x890B23) is known color: Burgundy. HEX triplet: 89, 0B and 23. RGB value is (137,11,35). Sum of RGB (Red+Green+Blue) = 137+11+35=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #890B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B23 is #76F4DC. Grayscale: #333333. Windows color (decimal): -7795933 or 2296713. OLE color: 2296713.

HSL color Cylindrical-coordinate representation of color #890B23: hue angle of 348.57º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B23 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 35 -
CMYK 0 0.92 0.74 0.46
HSL 348.57º 0.85% 0.29% -
HSV(B) 348.57º 0.92% 0.54% -
XYZ 10.74 5.68 2.12 -
YUV 51.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 137 11 35 0 0.92 0.74 0.46 348.57 0.85 0.29
Hex 89 B 23 0 5C 4A 2E 15D 55 1D
Octal 211 13 43 0 134 112 56 535 125 35
Binary 10001001 1011 100011 0 1011100 1001010 101110 101011101 1010101 11101

Color Harmonies of #890B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B23

Black with #890B23

Text Example


Text Example

White with #890B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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