Html Css Color HEX #890D25 Burgundy

📋 copy color: '#890D25'

red 137 ◦ green 13 ◦ blue 37

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

Shades of Burgundy #890D25

Tints of Burgundy #890D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.95%

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 73.26%
G = 6.95%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#890D25 (or 0x890D25) is known color: Burgundy. HEX triplet: 89, 0D and 25. RGB value is (137,13,37). Sum of RGB (Red+Green+Blue) = 137+13+37=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #890D25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D25 is #76F2DA. Grayscale: #343434. Windows color (decimal): -7795419 or 2428297. OLE color: 2428297.

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

Color convert

RGB 137 13 37 -
CMYK 0 0.91 0.73 0.46
HSL 348.39º 0.83% 0.29% -
HSV(B) 348.39º 0.91% 0.54% -
XYZ 10.79 5.74 2.29 -
YUV 52.81 119.08 188.05 -
System Red Green Blue C M Y K H S L
Decimal 137 13 37 0 0.91 0.73 0.46 348.39 0.83 0.29
Hex 89 D 25 0 5B 49 2E 15C 53 1D
Octal 211 15 45 0 133 111 56 534 123 35
Binary 10001001 1101 100101 0 1011011 1001001 101110 101011100 1010011 11101

Color Harmonies of #890D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D25

Black with #890D25

Text Example


Text Example

White with #890D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,13,37); }

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

background-color css

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

 a { background-color: rgb(137,13,37); }

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

border-color css

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

 span { border-color: rgb(137,13,37); }

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