Html Css Color HEX #580C18 Bordeaux

📋 copy color: '#580C18'

red 88 ◦ green 12 ◦ blue 24

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

Shades of Bordeaux #580C18

Tints of Bordeaux #580C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.68%

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

R = 70.97%
G = 9.68%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#580C18 (or 0x580C18) is known color: Bordeaux. HEX triplet: 58, 0C and 18. RGB value is (88,12,24). Sum of RGB (Red+Green+Blue) = 88+12+24=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #580C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C18 is #A7F3E7. Grayscale: #242424. Windows color (decimal): -11006952 or 1576024. OLE color: 1576024.

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

Color convert

RGB 88 12 24 -
CMYK 0 0.86 0.73 0.65
HSL 350.53º 0.76% 0.2% -
HSV(B) 350.53º 0.86% 0.35% -
XYZ 4.32 2.4 1.1 -
YUV 36.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 88 12 24 0 0.86 0.73 0.65 350.53 0.76 0.2
Hex 58 C 18 0 56 49 41 15F 4C 14
Octal 130 14 30 0 126 111 101 537 114 24
Binary 1011000 1100 11000 0 1010110 1001001 1000001 101011111 1001100 10100

Color Harmonies of #580C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C18

Black with #580C18

Text Example


Text Example

White with #580C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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