Html Css Color HEX #580217 Bordeaux

📋 copy color: '#580217'

red 88 ◦ green 2 ◦ blue 23

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

Shades of Bordeaux #580217

Tints of Bordeaux #580217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.77%

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

R = 77.88%
G = 1.77%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#580217 (or 0x580217) is known color: Bordeaux. HEX triplet: 58, 02 and 17. RGB value is (88,2,23). Sum of RGB (Red+Green+Blue) = 88+2+23=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580217 is #A7FDE8. Grayscale: #1E1E1E. Windows color (decimal): -11009513 or 1507928. OLE color: 1507928.

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

Color convert

RGB 88 2 23 -
CMYK 0 0.98 0.74 0.65
HSL 345.35º 0.96% 0.18% -
HSV(B) 345.35º 0.98% 0.35% -
XYZ 4.2 2.18 1.01 -
YUV 30.11 123.99 169.29 -
System Red Green Blue C M Y K H S L
Decimal 88 2 23 0 0.98 0.74 0.65 345.35 0.96 0.18
Hex 58 2 17 0 62 4A 41 159 60 12
Octal 130 2 27 0 142 112 101 531 140 22
Binary 1011000 10 10111 0 1100010 1001010 1000001 101011001 1100000 10010

Color Harmonies of #580217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580217

Black with #580217

Text Example


Text Example

White with #580217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580217; }

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

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

background-color css

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

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

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

border-color css

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

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

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