Html Css Color HEX #590422 Bordeaux

📋 copy color: '#590422'

red 89 ◦ green 4 ◦ blue 34

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

Shades of Bordeaux #590422

Tints of Bordeaux #590422

RGB

 RED value IS 89 (35.16% from 255) = 70.08%

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

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

R = 70.08%
G = 3.15%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#590422 (or 0x590422) is known color: Bordeaux. HEX triplet: 59, 04 and 22. RGB value is (89,4,34). Sum of RGB (Red+Green+Blue) = 89+4+34=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #590422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590422 is #A6FBDD. Grayscale: #202020. Windows color (decimal): -10943454 or 2229337. OLE color: 2229337.

HSL color Cylindrical-coordinate representation of color #590422: hue angle of 338.82º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590422 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 4 34 -
CMYK 0 0.96 0.62 0.65
HSL 338.82º 0.91% 0.18% -
HSV(B) 338.82º 0.96% 0.35% -
XYZ 4.45 2.33 1.73 -
YUV 32.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 89 4 34 0 0.96 0.62 0.65 338.82 0.91 0.18
Hex 59 4 22 0 60 3E 41 153 5B 12
Octal 131 4 42 0 140 76 101 523 133 22
Binary 1011001 100 100010 0 1100000 111110 1000001 101010011 1011011 10010

Color Harmonies of #590422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590422

Black with #590422

Text Example


Text Example

White with #590422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590422; }

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

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

background-color css

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

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

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

border-color css

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

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

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