Html Css Color HEX #580316 Bordeaux

📋 copy color: '#580316'

red 88 ◦ green 3 ◦ blue 22

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

Shades of Bordeaux #580316

Tints of Bordeaux #580316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 77.88%
G = 2.65%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#580316 (or 0x580316) is known color: Bordeaux. HEX triplet: 58, 03 and 16. RGB value is (88,3,22). Sum of RGB (Red+Green+Blue) = 88+3+22=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580316 is #A7FCE9. Grayscale: #1E1E1E. Windows color (decimal): -11009258 or 1442648. OLE color: 1442648.

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

Color convert

RGB 88 3 22 -
CMYK 0 0.97 0.75 0.65
HSL 346.59º 0.93% 0.18% -
HSV(B) 346.59º 0.97% 0.35% -
XYZ 4.2 2.2 0.96 -
YUV 30.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 88 3 22 0 0.97 0.75 0.65 346.59 0.93 0.18
Hex 58 3 16 0 61 4B 41 15B 5D 12
Octal 130 3 26 0 141 113 101 533 135 22
Binary 1011000 11 10110 0 1100001 1001011 1000001 101011011 1011101 10010

Color Harmonies of #580316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580316

Black with #580316

Text Example


Text Example

White with #580316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580316; }

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

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

background-color css

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

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

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

border-color css

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

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

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