Html Css Color HEX #580E1A Bordeaux

📋 copy color: '#580E1A'

red 88 ◦ green 14 ◦ blue 26

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

Shades of Bordeaux #580E1A

Tints of Bordeaux #580E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.31%

R = 68.75%
G = 10.94%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#580E1A (or 0x580E1A) is known color: Bordeaux. HEX triplet: 58, 0E and 1A. RGB value is (88,14,26). Sum of RGB (Red+Green+Blue) = 88+14+26=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580E1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E1A is #A7F1E5. Grayscale: #252525. Windows color (decimal): -11006438 or 1707608. OLE color: 1707608.

HSL color Cylindrical-coordinate representation of color #580E1A: hue angle of 350.27º 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 #580E1A is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 14 26 -
CMYK 0 0.84 0.70 0.65
HSL 350.27º 0.73% 0.2% -
HSV(B) 350.27º 0.84% 0.35% -
XYZ 4.37 2.46 1.22 -
YUV 37.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 88 14 26 0 0.84 0.70 0.65 350.27 0.73 0.2
Hex 58 E 1A 0 54 46 41 15E 49 14
Octal 130 16 32 0 124 106 101 536 111 24
Binary 1011000 1110 11010 0 1010100 1000110 1000001 101011110 1001001 10100

Color Harmonies of #580E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E1A

Black with #580E1A

Text Example


Text Example

White with #580E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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