Html Css Color HEX #580019 Bordeaux

📋 copy color: '#580019'

red 88 ◦ green 0 ◦ blue 25

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

Shades of Bordeaux #580019

Tints of Bordeaux #580019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 77.88%
G = 0%
B = 22.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#580019 (or 0x580019) is known color: Bordeaux. HEX triplet: 58, 00 and 19. RGB value is (88,0,25). Sum of RGB (Red+Green+Blue) = 88+0+25=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580019 is #A7FFE6. Grayscale: #1D1D1D. Windows color (decimal): -11010023 or 1638488. OLE color: 1638488.

HSL color Cylindrical-coordinate representation of color #580019: hue angle of 342.95º 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 #580019 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 25 -
CMYK 0 1 0.72 0.65
HSL 342.95º 1% 0.17% -
HSV(B) 342.95º 1% 0.35% -
XYZ 4.2 2.14 1.11 -
YUV 29.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 88 0 25 0 1 0.72 0.65 342.95 1 0.17
Hex 58 0 19 0 64 48 41 157 64 11
Octal 130 0 31 0 144 110 101 527 144 21
Binary 1011000 0 11001 0 1100100 1001000 1000001 101010111 1100100 10001

Color Harmonies of #580019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580019

Black with #580019

Text Example


Text Example

White with #580019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580019; }

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

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

background-color css

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

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

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

border-color css

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

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

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