Html Css Color HEX #580E16 Bordeaux

📋 copy color: '#580E16'

red 88 ◦ green 14 ◦ blue 22

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

Shades of Bordeaux #580E16

Tints of Bordeaux #580E16

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.29%

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

R = 70.97%
G = 11.29%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#580E16 (or 0x580E16) is known color: Bordeaux. HEX triplet: 58, 0E and 16. RGB value is (88,14,22). Sum of RGB (Red+Green+Blue) = 88+14+22=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #580E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580E16 is #A7F1E9. Grayscale: #252525. Windows color (decimal): -11006442 or 1445464. OLE color: 1445464.

HSL color Cylindrical-coordinate representation of color #580E16: hue angle of 353.51º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E16 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 14 22 -
CMYK 0 0.84 0.75 0.65
HSL 353.51º 0.73% 0.2% -
HSV(B) 353.51º 0.84% 0.35% -
XYZ 4.33 2.45 1 -
YUV 37.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 88 14 22 0 0.84 0.75 0.65 353.51 0.73 0.2
Hex 58 E 16 0 54 4B 41 162 49 14
Octal 130 16 26 0 124 113 101 542 111 24
Binary 1011000 1110 10110 0 1010100 1001011 1000001 101100010 1001001 10100

Color Harmonies of #580E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E16

Black with #580E16

Text Example


Text Example

White with #580E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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