Html Css Color HEX #580D18 Bordeaux

📋 copy color: '#580D18'

red 88 ◦ green 13 ◦ blue 24

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

Shades of Bordeaux #580D18

Tints of Bordeaux #580D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.4%

 BLUE value IS 24 (9.77% from 255) = 19.2%

R = 70.4%
G = 10.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#580D18 (or 0x580D18) is known color: Bordeaux. HEX triplet: 58, 0D and 18. RGB value is (88,13,24). Sum of RGB (Red+Green+Blue) = 88+13+24=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #580D18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D18 is #A7F2E7. Grayscale: #242424. Windows color (decimal): -11006696 or 1576280. OLE color: 1576280.

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

Color convert

RGB 88 13 24 -
CMYK 0 0.85 0.73 0.65
HSL 351.2º 0.74% 0.2% -
HSV(B) 351.2º 0.85% 0.35% -
XYZ 4.33 2.43 1.1 -
YUV 36.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 88 13 24 0 0.85 0.73 0.65 351.2 0.74 0.2
Hex 58 D 18 0 55 49 41 15F 4A 14
Octal 130 15 30 0 125 111 101 537 112 24
Binary 1011000 1101 11000 0 1010101 1001001 1000001 101011111 1001010 10100

Color Harmonies of #580D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D18

Black with #580D18

Text Example


Text Example

White with #580D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,13,24); }

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

background-color css

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

 a { background-color: rgb(88,13,24); }

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

border-color css

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

 span { border-color: rgb(88,13,24); }

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