Html Css Color HEX #580810 Bordeaux

📋 copy color: '#580810'

red 88 ◦ green 8 ◦ blue 16

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

Shades of Bordeaux #580810

Tints of Bordeaux #580810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.14%

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

R = 78.57%
G = 7.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#580810 (or 0x580810) is known color: Bordeaux. HEX triplet: 58, 08 and 10. RGB value is (88,8,16). Sum of RGB (Red+Green+Blue) = 88+8+16=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #580810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580810 is #A7F7EF. Grayscale: #202020. Windows color (decimal): -11007984 or 1050712. OLE color: 1050712.

HSL color Cylindrical-coordinate representation of color #580810: hue angle of 354º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580810 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 8 16 -
CMYK 0 0.91 0.82 0.65
HSL 354º 0.83% 0.19% -
HSV(B) 354º 0.91% 0.35% -
XYZ 4.2 2.29 0.71 -
YUV 32.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 88 8 16 0 0.91 0.82 0.65 354 0.83 0.19
Hex 58 8 10 0 5B 52 41 162 53 13
Octal 130 10 20 0 133 122 101 542 123 23
Binary 1011000 1000 10000 0 1011011 1010010 1000001 101100010 1010011 10011

Color Harmonies of #580810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580810

Black with #580810

Text Example


Text Example

White with #580810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580810; }

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

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

background-color css

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

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

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

border-color css

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

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

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