Html Css Color HEX #890C22 Burgundy

📋 copy color: '#890C22'

red 137 ◦ green 12 ◦ blue 34

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

Shades of Burgundy #890C22

Tints of Burgundy #890C22

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.56%

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

R = 74.86%
G = 6.56%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#890C22 (or 0x890C22) is known color: Burgundy. HEX triplet: 89, 0C and 22. RGB value is (137,12,34). Sum of RGB (Red+Green+Blue) = 137+12+34=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #890C22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C22 is #76F3DD. Grayscale: #333333. Windows color (decimal): -7795678 or 2231433. OLE color: 2231433.

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

Color convert

RGB 137 12 34 -
CMYK 0 0.91 0.75 0.46
HSL 349.44º 0.84% 0.29% -
HSV(B) 349.44º 0.91% 0.54% -
XYZ 10.74 5.7 2.05 -
YUV 51.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 137 12 34 0 0.91 0.75 0.46 349.44 0.84 0.29
Hex 89 C 22 0 5B 4B 2E 15D 54 1D
Octal 211 14 42 0 133 113 56 535 124 35
Binary 10001001 1100 100010 0 1011011 1001011 101110 101011101 1010100 11101

Color Harmonies of #890C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C22

Black with #890C22

Text Example


Text Example

White with #890C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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