Html Css Color HEX #581420 Bordeaux

📋 copy color: '#581420'

red 88 ◦ green 20 ◦ blue 32

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

Shades of Bordeaux #581420

Tints of Bordeaux #581420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.29%

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

R = 62.86%
G = 14.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#581420 (or 0x581420) is known color: Bordeaux. HEX triplet: 58, 14 and 20. RGB value is (88,20,32). Sum of RGB (Red+Green+Blue) = 88+20+32=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #581420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581420 is #A7EBDF. Grayscale: #292929. Windows color (decimal): -11004896 or 2102360. OLE color: 2102360.

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

Color convert

RGB 88 20 32 -
CMYK 0 0.77 0.64 0.65
HSL 349.41º 0.63% 0.21% -
HSV(B) 349.41º 0.77% 0.35% -
XYZ 4.54 2.68 1.64 -
YUV 41.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 88 20 32 0 0.77 0.64 0.65 349.41 0.63 0.21
Hex 58 14 20 0 4D 40 41 15D 3F 15
Octal 130 24 40 0 115 100 101 535 77 25
Binary 1011000 10100 100000 0 1001101 1000000 1000001 101011101 111111 10101

Color Harmonies of #581420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581420

Black with #581420

Text Example


Text Example

White with #581420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581420; }

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

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

background-color css

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

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

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

border-color css

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

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

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