Html Css Color HEX #580117 Bordeaux

📋 copy color: '#580117'

red 88 ◦ green 1 ◦ blue 23

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

Shades of Bordeaux #580117

Tints of Bordeaux #580117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.54%

R = 78.57%
G = 0.89%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#580117 (or 0x580117) is known color: Bordeaux. HEX triplet: 58, 01 and 17. RGB value is (88,1,23). Sum of RGB (Red+Green+Blue) = 88+1+23=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #580117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580117 is #A7FEE8. Grayscale: #1D1D1D. Windows color (decimal): -11009769 or 1507672. OLE color: 1507672.

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

Color convert

RGB 88 1 23 -
CMYK 0 0.99 0.74 0.65
HSL 344.83º 0.98% 0.17% -
HSV(B) 344.83º 0.99% 0.35% -
XYZ 4.19 2.16 1.01 -
YUV 29.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 88 1 23 0 0.99 0.74 0.65 344.83 0.98 0.17
Hex 58 1 17 0 63 4A 41 159 62 11
Octal 130 1 27 0 143 112 101 531 142 21
Binary 1011000 1 10111 0 1100011 1001010 1000001 101011001 1100010 10001

Color Harmonies of #580117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580117

Black with #580117

Text Example


Text Example

White with #580117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580117; }

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

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

background-color css

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

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

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

border-color css

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

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

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