Html Css Color HEX #581928 Bordeaux

📋 copy color: '#581928'

red 88 ◦ green 25 ◦ blue 40

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

Shades of Bordeaux #581928

Tints of Bordeaux #581928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.34%

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

R = 57.52%
G = 16.34%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#581928 (or 0x581928) is known color: Bordeaux. HEX triplet: 58, 19 and 28. RGB value is (88,25,40). Sum of RGB (Red+Green+Blue) = 88+25+40=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #581928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581928 is #A7E6D7. Grayscale: #2D2D2D. Windows color (decimal): -11003608 or 2627928. OLE color: 2627928.

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

Color convert

RGB 88 25 40 -
CMYK 0 0.72 0.55 0.65
HSL 345.71º 0.56% 0.22% -
HSV(B) 345.71º 0.72% 0.35% -
XYZ 4.76 2.92 2.32 -
YUV 45.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 88 25 40 0 0.72 0.55 0.65 345.71 0.56 0.22
Hex 58 19 28 0 48 37 41 15A 38 16
Octal 130 31 50 0 110 67 101 532 70 26
Binary 1011000 11001 101000 0 1001000 110111 1000001 101011010 111000 10110

Color Harmonies of #581928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581928

Black with #581928

Text Example


Text Example

White with #581928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581928; }

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

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

background-color css

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

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

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

border-color css

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

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

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