Html Css Color HEX #581729 Bordeaux

📋 copy color: '#581729'

red 88 ◦ green 23 ◦ blue 41

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

Shades of Bordeaux #581729

Tints of Bordeaux #581729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

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

R = 57.89%
G = 15.13%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#581729 (or 0x581729) is known color: Bordeaux. HEX triplet: 58, 17 and 29. RGB value is (88,23,41). Sum of RGB (Red+Green+Blue) = 88+23+41=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #581729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581729 is #A7E8D6. Grayscale: #2C2C2C. Windows color (decimal): -11004119 or 2692952. OLE color: 2692952.

HSL color Cylindrical-coordinate representation of color #581729: hue angle of 343.38º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581729 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 23 41 -
CMYK 0 0.74 0.53 0.65
HSL 343.38º 0.59% 0.22% -
HSV(B) 343.38º 0.74% 0.35% -
XYZ 4.73 2.85 2.4 -
YUV 44.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 88 23 41 0 0.74 0.53 0.65 343.38 0.59 0.22
Hex 58 17 29 0 4A 35 41 157 3B 16
Octal 130 27 51 0 112 65 101 527 73 26
Binary 1011000 10111 101001 0 1001010 110101 1000001 101010111 111011 10110

Color Harmonies of #581729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581729

Black with #581729

Text Example


Text Example

White with #581729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581729; }

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

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

background-color css

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

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

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

border-color css

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

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

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