Html Css Color HEX #581128 Bordeaux

📋 copy color: '#581128'

red 88 ◦ green 17 ◦ blue 40

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

Shades of Bordeaux #581128

Tints of Bordeaux #581128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.72%

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

R = 60.69%
G = 11.72%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#581128 (or 0x581128) is known color: Bordeaux. HEX triplet: 58, 11 and 28. RGB value is (88,17,40). Sum of RGB (Red+Green+Blue) = 88+17+40=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581128 is #A7EED7. Grayscale: #282828. Windows color (decimal): -11005656 or 2625880. OLE color: 2625880.

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

Color convert

RGB 88 17 40 -
CMYK 0 0.81 0.55 0.65
HSL 340.56º 0.68% 0.21% -
HSV(B) 340.56º 0.81% 0.35% -
XYZ 4.61 2.63 2.27 -
YUV 40.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 88 17 40 0 0.81 0.55 0.65 340.56 0.68 0.21
Hex 58 11 28 0 51 37 41 155 44 15
Octal 130 21 50 0 121 67 101 525 104 25
Binary 1011000 10001 101000 0 1010001 110111 1000001 101010101 1000100 10101

Color Harmonies of #581128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581128

Black with #581128

Text Example


Text Example

White with #581128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581128; }

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

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

background-color css

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

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

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

border-color css

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

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

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