Html Css Color HEX #580F29 Bordeaux

📋 copy color: '#580F29'

red 88 ◦ green 15 ◦ blue 41

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

Shades of Bordeaux #580F29

Tints of Bordeaux #580F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.42%

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

R = 61.11%
G = 10.42%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#580F29 (or 0x580F29) is known color: Bordeaux. HEX triplet: 58, 0F and 29. RGB value is (88,15,41). Sum of RGB (Red+Green+Blue) = 88+15+41=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #580F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F29 is #A7F0D6. Grayscale: #272727. Windows color (decimal): -11006167 or 2690904. OLE color: 2690904.

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

Color convert

RGB 88 15 41 -
CMYK 0 0.83 0.53 0.65
HSL 338.63º 0.71% 0.2% -
HSV(B) 338.63º 0.83% 0.35% -
XYZ 4.6 2.58 2.35 -
YUV 39.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 88 15 41 0 0.83 0.53 0.65 338.63 0.71 0.2
Hex 58 F 29 0 53 35 41 153 47 14
Octal 130 17 51 0 123 65 101 523 107 24
Binary 1011000 1111 101001 0 1010011 110101 1000001 101010011 1000111 10100

Color Harmonies of #580F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F29

Black with #580F29

Text Example


Text Example

White with #580F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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