Html Css Color HEX #581728 Bordeaux

📋 copy color: '#581728'

red 88 ◦ green 23 ◦ blue 40

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

Shades of Bordeaux #581728

Tints of Bordeaux #581728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.49%

R = 58.28%
G = 15.23%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#581728 (or 0x581728) is known color: Bordeaux. HEX triplet: 58, 17 and 28. RGB value is (88,23,40). Sum of RGB (Red+Green+Blue) = 88+23+40=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #581728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581728 is #A7E8D7. Grayscale: #2C2C2C. Windows color (decimal): -11004120 or 2627416. OLE color: 2627416.

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

Color convert

RGB 88 23 40 -
CMYK 0 0.74 0.55 0.65
HSL 344.31º 0.59% 0.22% -
HSV(B) 344.31º 0.74% 0.35% -
XYZ 4.71 2.84 2.31 -
YUV 44.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 88 23 40 0 0.74 0.55 0.65 344.31 0.59 0.22
Hex 58 17 28 0 4A 37 41 158 3B 16
Octal 130 27 50 0 112 67 101 530 73 26
Binary 1011000 10111 101000 0 1001010 110111 1000001 101011000 111011 10110

Color Harmonies of #581728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581728

Black with #581728

Text Example


Text Example

White with #581728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581728; }

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

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

background-color css

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

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

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

border-color css

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

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

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