Html Css Color HEX #581429 Bordeaux

📋 copy color: '#581429'

red 88 ◦ green 20 ◦ blue 41

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

Shades of Bordeaux #581429

Tints of Bordeaux #581429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 59.06%
G = 13.42%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#581429 (or 0x581429) is known color: Bordeaux. HEX triplet: 58, 14 and 29. RGB value is (88,20,41). Sum of RGB (Red+Green+Blue) = 88+20+41=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #581429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581429 is #A7EBD6. Grayscale: #2A2A2A. Windows color (decimal): -11004887 or 2692184. OLE color: 2692184.

HSL color Cylindrical-coordinate representation of color #581429: hue angle of 341.47º 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 #581429 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 41 -
CMYK 0 0.77 0.53 0.65
HSL 341.47º 0.63% 0.21% -
HSV(B) 341.47º 0.77% 0.35% -
XYZ 4.67 2.74 2.38 -
YUV 42.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 88 20 41 0 0.77 0.53 0.65 341.47 0.63 0.21
Hex 58 14 29 0 4D 35 41 155 3F 15
Octal 130 24 51 0 115 65 101 525 77 25
Binary 1011000 10100 101001 0 1001101 110101 1000001 101010101 111111 10101

Color Harmonies of #581429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581429

Black with #581429

Text Example


Text Example

White with #581429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581429; }

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

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

background-color css

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

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

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

border-color css

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

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

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