Html Css Color HEX #580115 Bordeaux

📋 copy color: '#580115'

red 88 ◦ green 1 ◦ blue 21

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

Shades of Bordeaux #580115

Tints of Bordeaux #580115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 80%
G = 0.91%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#580115 (or 0x580115) is known color: Bordeaux. HEX triplet: 58, 01 and 15. RGB value is (88,1,21). Sum of RGB (Red+Green+Blue) = 88+1+21=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #580115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580115 is #A7FEEA. Grayscale: #1D1D1D. Windows color (decimal): -11009771 or 1376600. OLE color: 1376600.

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

Color convert

RGB 88 1 21 -
CMYK 0 0.99 0.76 0.65
HSL 346.21º 0.98% 0.17% -
HSV(B) 346.21º 0.99% 0.35% -
XYZ 4.17 2.15 0.9 -
YUV 29.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 88 1 21 0 0.99 0.76 0.65 346.21 0.98 0.17
Hex 58 1 15 0 63 4C 41 15A 62 11
Octal 130 1 25 0 143 114 101 532 142 21
Binary 1011000 1 10101 0 1100011 1001100 1000001 101011010 1100010 10001

Color Harmonies of #580115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580115

Black with #580115

Text Example


Text Example

White with #580115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580115; }

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

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

background-color css

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

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

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

border-color css

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

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

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