Html Css Color HEX #580617 Bordeaux

📋 copy color: '#580617'

red 88 ◦ green 6 ◦ blue 23

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

Shades of Bordeaux #580617

Tints of Bordeaux #580617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.13%

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

R = 75.21%
G = 5.13%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#580617 (or 0x580617) is known color: Bordeaux. HEX triplet: 58, 06 and 17. RGB value is (88,6,23). Sum of RGB (Red+Green+Blue) = 88+6+23=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #580617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580617 is #A7F9E8. Grayscale: #202020. Windows color (decimal): -11008489 or 1508952. OLE color: 1508952.

HSL color Cylindrical-coordinate representation of color #580617: hue angle of 347.56º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580617 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 6 23 -
CMYK 0 0.93 0.74 0.65
HSL 347.56º 0.87% 0.18% -
HSV(B) 347.56º 0.93% 0.35% -
XYZ 4.24 2.27 1.02 -
YUV 32.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 88 6 23 0 0.93 0.74 0.65 347.56 0.87 0.18
Hex 58 6 17 0 5D 4A 41 15C 57 12
Octal 130 6 27 0 135 112 101 534 127 22
Binary 1011000 110 10111 0 1011101 1001010 1000001 101011100 1010111 10010

Color Harmonies of #580617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580617

Black with #580617

Text Example


Text Example

White with #580617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580617; }

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

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

background-color css

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

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

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

border-color css

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

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

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