Html Css Color HEX #580118 Bordeaux

📋 copy color: '#580118'

red 88 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #580118

Tints of Bordeaux #580118

RGB

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

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

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

R = 77.88%
G = 0.88%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#580118 (or 0x580118) is known color: Bordeaux. HEX triplet: 58, 01 and 18. RGB value is (88,1,24). Sum of RGB (Red+Green+Blue) = 88+1+24=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580118 is #A7FEE7. Grayscale: #1D1D1D. Windows color (decimal): -11009768 or 1573208. OLE color: 1573208.

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

Color convert

RGB 88 1 24 -
CMYK 0 0.99 0.73 0.65
HSL 344.14º 0.98% 0.17% -
HSV(B) 344.14º 0.99% 0.35% -
XYZ 4.2 2.16 1.06 -
YUV 29.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 88 1 24 0 0.99 0.73 0.65 344.14 0.98 0.17
Hex 58 1 18 0 63 49 41 158 62 11
Octal 130 1 30 0 143 111 101 530 142 21
Binary 1011000 1 11000 0 1100011 1001001 1000001 101011000 1100010 10001

Color Harmonies of #580118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580118

Black with #580118

Text Example


Text Example

White with #580118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580118; }

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

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

background-color css

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

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

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

border-color css

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

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

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