Html Css Color HEX #580815 Bordeaux

📋 copy color: '#580815'

red 88 ◦ green 8 ◦ blue 21

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

Shades of Bordeaux #580815

Tints of Bordeaux #580815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.84%

 BLUE value IS 21 (8.59% from 255) = 17.95%

R = 75.21%
G = 6.84%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#580815 (or 0x580815) is known color: Bordeaux. HEX triplet: 58, 08 and 15. RGB value is (88,8,21). Sum of RGB (Red+Green+Blue) = 88+8+21=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #580815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580815 is #A7F7EA. Grayscale: #212121. Windows color (decimal): -11007979 or 1378392. OLE color: 1378392.

HSL color Cylindrical-coordinate representation of color #580815: hue angle of 350.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580815 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 8 21 -
CMYK 0 0.91 0.76 0.65
HSL 350.25º 0.83% 0.19% -
HSV(B) 350.25º 0.91% 0.35% -
XYZ 4.25 2.3 0.93 -
YUV 33.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 88 8 21 0 0.91 0.76 0.65 350.25 0.83 0.19
Hex 58 8 15 0 5B 4C 41 15E 53 13
Octal 130 10 25 0 133 114 101 536 123 23
Binary 1011000 1000 10101 0 1011011 1001100 1000001 101011110 1010011 10011

Color Harmonies of #580815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580815

Black with #580815

Text Example


Text Example

White with #580815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580815; }

 p { color: rgb(88,8,21); }

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

background-color css

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

 a { background-color: rgb(88,8,21); }

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

border-color css

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

 span { border-color: rgb(88,8,21); }

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