Html Css Color HEX #580614 Bordeaux

📋 copy color: '#580614'

red 88 ◦ green 6 ◦ blue 20

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

Shades of Bordeaux #580614

Tints of Bordeaux #580614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.54%

R = 77.19%
G = 5.26%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#580614 (or 0x580614) is known color: Bordeaux. HEX triplet: 58, 06 and 14. RGB value is (88,6,20). Sum of RGB (Red+Green+Blue) = 88+6+20=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #580614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580614 is #A7F9EB. Grayscale: #202020. Windows color (decimal): -11008492 or 1312344. OLE color: 1312344.

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

Color convert

RGB 88 6 20 -
CMYK 0 0.93 0.77 0.65
HSL 349.76º 0.87% 0.18% -
HSV(B) 349.76º 0.93% 0.35% -
XYZ 4.22 2.26 0.87 -
YUV 32.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 88 6 20 0 0.93 0.77 0.65 349.76 0.87 0.18
Hex 58 6 14 0 5D 4D 41 15E 57 12
Octal 130 6 24 0 135 115 101 536 127 22
Binary 1011000 110 10100 0 1011101 1001101 1000001 101011110 1010111 10010

Color Harmonies of #580614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580614

Black with #580614

Text Example


Text Example

White with #580614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580614; }

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

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

background-color css

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

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

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

border-color css

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

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

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