Html Css Color HEX #580610 Bordeaux

📋 copy color: '#580610'

red 88 ◦ green 6 ◦ blue 16

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

Shades of Bordeaux #580610

Tints of Bordeaux #580610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.45%

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

R = 80%
G = 5.45%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#580610 (or 0x580610) is known color: Bordeaux. HEX triplet: 58, 06 and 10. RGB value is (88,6,16). Sum of RGB (Red+Green+Blue) = 88+6+16=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #580610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580610 is #A7F9EF. Grayscale: #1F1F1F. Windows color (decimal): -11008496 or 1050200. OLE color: 1050200.

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

Color convert

RGB 88 6 16 -
CMYK 0 0.93 0.82 0.65
HSL 352.68º 0.87% 0.18% -
HSV(B) 352.68º 0.93% 0.35% -
XYZ 4.18 2.24 0.7 -
YUV 31.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 88 6 16 0 0.93 0.82 0.65 352.68 0.87 0.18
Hex 58 6 10 0 5D 52 41 161 57 12
Octal 130 6 20 0 135 122 101 541 127 22
Binary 1011000 110 10000 0 1011101 1010010 1000001 101100001 1010111 10010

Color Harmonies of #580610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580610

Black with #580610

Text Example


Text Example

White with #580610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580610; }

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

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

background-color css

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

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

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

border-color css

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

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

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