Html Css Color HEX #890A22 Burgundy

📋 copy color: '#890A22'

red 137 ◦ green 10 ◦ blue 34

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

Shades of Burgundy #890A22

Tints of Burgundy #890A22

RGB

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

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

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

R = 75.69%
G = 5.52%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#890A22 (or 0x890A22) is known color: Burgundy. HEX triplet: 89, 0A and 22. RGB value is (137,10,34). Sum of RGB (Red+Green+Blue) = 137+10+34=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #890A22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A22 is #76F5DD. Grayscale: #323232. Windows color (decimal): -7796190 or 2230921. OLE color: 2230921.

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

Color convert

RGB 137 10 34 -
CMYK 0 0.93 0.75 0.46
HSL 348.66º 0.86% 0.29% -
HSV(B) 348.66º 0.93% 0.54% -
XYZ 10.71 5.65 2.04 -
YUV 50.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 137 10 34 0 0.93 0.75 0.46 348.66 0.86 0.29
Hex 89 A 22 0 5D 4B 2E 15D 56 1D
Octal 211 12 42 0 135 113 56 535 126 35
Binary 10001001 1010 100010 0 1011101 1001011 101110 101011101 1010110 11101

Color Harmonies of #890A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A22

Black with #890A22

Text Example


Text Example

White with #890A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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