Html Css Color HEX #580015 Bordeaux

📋 copy color: '#580015'

red 88 ◦ green 0 ◦ blue 21

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

Shades of Bordeaux #580015

Tints of Bordeaux #580015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.73%
G = 0%
B = 19.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#580015 (or 0x580015) is known color: Bordeaux. HEX triplet: 58, 00 and 15. RGB value is (88,0,21). Sum of RGB (Red+Green+Blue) = 88+0+21=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #580015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580015 is #A7FFEA. Grayscale: #1C1C1C. Windows color (decimal): -11010027 or 1376344. OLE color: 1376344.

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

Color convert

RGB 88 0 21 -
CMYK 0 1 0.76 0.65
HSL 345.68º 1% 0.17% -
HSV(B) 345.68º 1% 0.35% -
XYZ 4.16 2.13 0.9 -
YUV 28.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 88 0 21 0 1 0.76 0.65 345.68 1 0.17
Hex 58 0 15 0 64 4C 41 15A 64 11
Octal 130 0 25 0 144 114 101 532 144 21
Binary 1011000 0 10101 0 1100100 1001100 1000001 101011010 1100100 10001

Color Harmonies of #580015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580015

Black with #580015

Text Example


Text Example

White with #580015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580015; }

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

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

background-color css

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

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

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

border-color css

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

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

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