Html Css Color HEX #58060C Bordeaux

📋 copy color: '#58060C'

red 88 ◦ green 6 ◦ blue 12

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

Shades of Bordeaux #58060C

Tints of Bordeaux #58060C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.32%

R = 83.02%
G = 5.66%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58060C (or 0x58060C) is known color: Bordeaux. HEX triplet: 58, 06 and 0C. RGB value is (88,6,12). Sum of RGB (Red+Green+Blue) = 88+6+12=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #58060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58060C is #A7F9F3. Grayscale: #1F1F1F. Windows color (decimal): -11008500 or 788056. OLE color: 788056.

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

Color convert

RGB 88 6 12 -
CMYK 0 0.93 0.86 0.65
HSL 355.61º 0.87% 0.18% -
HSV(B) 355.61º 0.93% 0.35% -
XYZ 4.16 2.23 0.56 -
YUV 31.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 88 6 12 0 0.93 0.86 0.65 355.61 0.87 0.18
Hex 58 6 C 0 5D 56 41 164 57 12
Octal 130 6 14 0 135 126 101 544 127 22
Binary 1011000 110 1100 0 1011101 1010110 1000001 101100100 1010111 10010

Color Harmonies of #58060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58060C

Black with #58060C

Text Example


Text Example

White with #58060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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