Html Css Color HEX #58060A Bordeaux

📋 copy color: '#58060A'

red 88 ◦ green 6 ◦ blue 10

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

Shades of Bordeaux #58060A

Tints of Bordeaux #58060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 84.62%
G = 5.77%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#58060A (or 0x58060A) is known color: Bordeaux. HEX triplet: 58, 06 and 0A. RGB value is (88,6,10). Sum of RGB (Red+Green+Blue) = 88+6+10=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58060A is #A7F9F5. Grayscale: #1F1F1F. Windows color (decimal): -11008502 or 656984. OLE color: 656984.

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

Color convert

RGB 88 6 10 -
CMYK 0 0.93 0.89 0.65
HSL 357.07º 0.87% 0.18% -
HSV(B) 357.07º 0.93% 0.35% -
XYZ 4.14 2.23 0.5 -
YUV 30.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 88 6 10 0 0.93 0.89 0.65 357.07 0.87 0.18
Hex 58 6 A 0 5D 59 41 165 57 12
Octal 130 6 12 0 135 131 101 545 127 22
Binary 1011000 110 1010 0 1011101 1011001 1000001 101100101 1010111 10010

Color Harmonies of #58060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58060A

Black with #58060A

Text Example


Text Example

White with #58060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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