Html Css Color HEX #581520 Bordeaux

📋 copy color: '#581520'

red 88 ◦ green 21 ◦ blue 32

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

Shades of Bordeaux #581520

Tints of Bordeaux #581520

RGB

 RED value IS 88 (34.77% from 255) = 62.41%

 GREEN value IS 21 (8.59% from 255) = 14.89%

 BLUE value IS 32 (12.89% from 255) = 22.7%

R = 62.41%
G = 14.89%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#581520 (or 0x581520) is known color: Bordeaux. HEX triplet: 58, 15 and 20. RGB value is (88,21,32). Sum of RGB (Red+Green+Blue) = 88+21+32=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #581520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581520 is #A7EADF. Grayscale: #2A2A2A. Windows color (decimal): -11004640 or 2102616. OLE color: 2102616.

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

Color convert

RGB 88 21 32 -
CMYK 0 0.76 0.64 0.65
HSL 350.15º 0.61% 0.21% -
HSV(B) 350.15º 0.76% 0.35% -
XYZ 4.55 2.72 1.65 -
YUV 42.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 88 21 32 0 0.76 0.64 0.65 350.15 0.61 0.21
Hex 58 15 20 0 4C 40 41 15E 3D 15
Octal 130 25 40 0 114 100 101 536 75 25
Binary 1011000 10101 100000 0 1001100 1000000 1000001 101011110 111101 10101

Color Harmonies of #581520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581520

Black with #581520

Text Example


Text Example

White with #581520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581520; }

 p { color: rgb(88,21,32); }

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

background-color css

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

 a { background-color: rgb(88,21,32); }

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

border-color css

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

 span { border-color: rgb(88,21,32); }

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