Html Css Color HEX #580F24 Bordeaux

📋 copy color: '#580F24'

red 88 ◦ green 15 ◦ blue 36

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

Shades of Bordeaux #580F24

Tints of Bordeaux #580F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.9%

R = 63.31%
G = 10.79%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#580F24 (or 0x580F24) is known color: Bordeaux. HEX triplet: 58, 0F and 24. RGB value is (88,15,36). Sum of RGB (Red+Green+Blue) = 88+15+36=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #580F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F24 is #A7F0DB. Grayscale: #272727. Windows color (decimal): -11006172 or 2363224. OLE color: 2363224.

HSL color Cylindrical-coordinate representation of color #580F24: hue angle of 342.74º 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 #580F24 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 15 36 -
CMYK 0 0.83 0.59 0.65
HSL 342.74º 0.71% 0.2% -
HSV(B) 342.74º 0.83% 0.35% -
XYZ 4.51 2.54 1.92 -
YUV 39.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 88 15 36 0 0.83 0.59 0.65 342.74 0.71 0.2
Hex 58 F 24 0 53 3B 41 157 47 14
Octal 130 17 44 0 123 73 101 527 107 24
Binary 1011000 1111 100100 0 1010011 111011 1000001 101010111 1000111 10100

Color Harmonies of #580F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F24

Black with #580F24

Text Example


Text Example

White with #580F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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