Html Css Color HEX #581528 Bordeaux

📋 copy color: '#581528'

red 88 ◦ green 21 ◦ blue 40

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

Shades of Bordeaux #581528

Tints of Bordeaux #581528

RGB

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

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

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

R = 59.06%
G = 14.09%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#581528 (or 0x581528) is known color: Bordeaux. HEX triplet: 58, 15 and 28. RGB value is (88,21,40). Sum of RGB (Red+Green+Blue) = 88+21+40=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #581528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581528 is #A7EAD7. Grayscale: #2B2B2B. Windows color (decimal): -11004632 or 2626904. OLE color: 2626904.

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

Color convert

RGB 88 21 40 -
CMYK 0 0.76 0.55 0.65
HSL 342.99º 0.61% 0.21% -
HSV(B) 342.99º 0.76% 0.35% -
XYZ 4.68 2.76 2.29 -
YUV 43.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 88 21 40 0 0.76 0.55 0.65 342.99 0.61 0.21
Hex 58 15 28 0 4C 37 41 157 3D 15
Octal 130 25 50 0 114 67 101 527 75 25
Binary 1011000 10101 101000 0 1001100 110111 1000001 101010111 111101 10101

Color Harmonies of #581528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581528

Black with #581528

Text Example


Text Example

White with #581528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581528; }

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

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

background-color css

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

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

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

border-color css

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

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

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