Html Css Color HEX #580310 Bordeaux

📋 copy color: '#580310'

red 88 ◦ green 3 ◦ blue 16

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

Shades of Bordeaux #580310

Tints of Bordeaux #580310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.95%

R = 82.24%
G = 2.8%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#580310 (or 0x580310) is known color: Bordeaux. HEX triplet: 58, 03 and 10. RGB value is (88,3,16). Sum of RGB (Red+Green+Blue) = 88+3+16=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #580310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580310 is #A7FCEF. Grayscale: #1D1D1D. Windows color (decimal): -11009264 or 1049432. OLE color: 1049432.

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

Color convert

RGB 88 3 16 -
CMYK 0 0.97 0.82 0.65
HSL 350.82º 0.93% 0.18% -
HSV(B) 350.82º 0.97% 0.35% -
XYZ 4.15 2.18 0.69 -
YUV 29.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 88 3 16 0 0.97 0.82 0.65 350.82 0.93 0.18
Hex 58 3 10 0 61 52 41 15F 5D 12
Octal 130 3 20 0 141 122 101 537 135 22
Binary 1011000 11 10000 0 1100001 1010010 1000001 101011111 1011101 10010

Color Harmonies of #580310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580310

Black with #580310

Text Example


Text Example

White with #580310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580310; }

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

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

background-color css

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

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

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

border-color css

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

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

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