Html Css Color HEX #890422 Burgundy

📋 copy color: '#890422'

red 137 ◦ green 4 ◦ blue 34

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

Shades of Burgundy #890422

Tints of Burgundy #890422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

 BLUE value IS 34 (13.67% from 255) = 19.43%

R = 78.29%
G = 2.29%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#890422 (or 0x890422) is known color: Burgundy. HEX triplet: 89, 04 and 22. RGB value is (137,4,34). Sum of RGB (Red+Green+Blue) = 137+4+34=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #890422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890422 is #76FBDD. Grayscale: #2F2F2F. Windows color (decimal): -7797726 or 2229385. OLE color: 2229385.

HSL color Cylindrical-coordinate representation of color #890422: hue angle of 346.47º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890422 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 34 -
CMYK 0 0.97 0.75 0.46
HSL 346.47º 0.94% 0.28% -
HSV(B) 346.47º 0.97% 0.54% -
XYZ 10.65 5.52 2.02 -
YUV 47.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 137 4 34 0 0.97 0.75 0.46 346.47 0.94 0.28
Hex 89 4 22 0 61 4B 2E 15A 5E 1C
Octal 211 4 42 0 141 113 56 532 136 34
Binary 10001001 100 100010 0 1100001 1001011 101110 101011010 1011110 11100

Color Harmonies of #890422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890422

Black with #890422

Text Example


Text Example

White with #890422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890422; }

 p { color: rgb(137,4,34); }

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

background-color css

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

 a { background-color: rgb(137,4,34); }

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

border-color css

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

 span { border-color: rgb(137,4,34); }

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