Html Css Color HEX #581029 Bordeaux

📋 copy color: '#581029'

red 88 ◦ green 16 ◦ blue 41

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

Shades of Bordeaux #581029

Tints of Bordeaux #581029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.03%

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

R = 60.69%
G = 11.03%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#581029 (or 0x581029) is known color: Bordeaux. HEX triplet: 58, 10 and 29. RGB value is (88,16,41). Sum of RGB (Red+Green+Blue) = 88+16+41=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581029 is #A7EFD6. Grayscale: #282828. Windows color (decimal): -11005911 or 2691160. OLE color: 2691160.

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

Color convert

RGB 88 16 41 -
CMYK 0 0.82 0.53 0.65
HSL 339.17º 0.69% 0.2% -
HSV(B) 339.17º 0.82% 0.35% -
XYZ 4.61 2.61 2.36 -
YUV 40.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 88 16 41 0 0.82 0.53 0.65 339.17 0.69 0.2
Hex 58 10 29 0 52 35 41 153 45 14
Octal 130 20 51 0 122 65 101 523 105 24
Binary 1011000 10000 101001 0 1010010 110101 1000001 101010011 1000101 10100

Color Harmonies of #581029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581029

Black with #581029

Text Example


Text Example

White with #581029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581029; }

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

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

background-color css

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

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

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

border-color css

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

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

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