Html Css Color HEX #591023 Bordeaux

📋 copy color: '#591023'

red 89 ◦ green 16 ◦ blue 35

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

Shades of Bordeaux #591023

Tints of Bordeaux #591023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

 BLUE value IS 35 (14.06% from 255) = 25%

R = 63.57%
G = 11.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#591023 (or 0x591023) is known color: Bordeaux. HEX triplet: 59, 10 and 23. RGB value is (89,16,35). Sum of RGB (Red+Green+Blue) = 89+16+35=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #591023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591023 is #A6EFDC. Grayscale: #272727. Windows color (decimal): -10940381 or 2297945. OLE color: 2297945.

HSL color Cylindrical-coordinate representation of color #591023: hue angle of 344.38º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591023 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 16 35 -
CMYK 0 0.82 0.61 0.65
HSL 344.38º 0.7% 0.21% -
HSV(B) 344.38º 0.82% 0.35% -
XYZ 4.61 2.62 1.85 -
YUV 39.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 89 16 35 0 0.82 0.61 0.65 344.38 0.7 0.21
Hex 59 10 23 0 52 3D 41 158 46 15
Octal 131 20 43 0 122 75 101 530 106 25
Binary 1011001 10000 100011 0 1010010 111101 1000001 101011000 1000110 10101

Color Harmonies of #591023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591023

Black with #591023

Text Example


Text Example

White with #591023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591023; }

 p { color: rgb(89,16,35); }

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

background-color css

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

 a { background-color: rgb(89,16,35); }

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

border-color css

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

 span { border-color: rgb(89,16,35); }

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