Html Css Color HEX #580317 Bordeaux

📋 copy color: '#580317'

red 88 ◦ green 3 ◦ blue 23

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

Shades of Bordeaux #580317

Tints of Bordeaux #580317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

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

R = 77.19%
G = 2.63%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#580317 (or 0x580317) is known color: Bordeaux. HEX triplet: 58, 03 and 17. RGB value is (88,3,23). Sum of RGB (Red+Green+Blue) = 88+3+23=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #580317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580317 is #A7FCE8. Grayscale: #1E1E1E. Windows color (decimal): -11009257 or 1508184. OLE color: 1508184.

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

Color convert

RGB 88 3 23 -
CMYK 0 0.97 0.74 0.65
HSL 345.88º 0.93% 0.18% -
HSV(B) 345.88º 0.97% 0.35% -
XYZ 4.21 2.2 1.01 -
YUV 30.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 88 3 23 0 0.97 0.74 0.65 345.88 0.93 0.18
Hex 58 3 17 0 61 4A 41 15A 5D 12
Octal 130 3 27 0 141 112 101 532 135 22
Binary 1011000 11 10111 0 1100001 1001010 1000001 101011010 1011101 10010

Color Harmonies of #580317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580317

Black with #580317

Text Example


Text Example

White with #580317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580317; }

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

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

background-color css

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

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

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

border-color css

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

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

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