Html Css Color HEX #58060F Bordeaux

📋 copy color: '#58060F'

red 88 ◦ green 6 ◦ blue 15

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

Shades of Bordeaux #58060F

Tints of Bordeaux #58060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.76%

R = 80.73%
G = 5.5%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58060F (or 0x58060F) is known color: Bordeaux. HEX triplet: 58, 06 and 0F. RGB value is (88,6,15). Sum of RGB (Red+Green+Blue) = 88+6+15=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #58060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58060F is #A7F9F0. Grayscale: #1F1F1F. Windows color (decimal): -11008497 or 984664. OLE color: 984664.

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

Color convert

RGB 88 6 15 -
CMYK 0 0.93 0.83 0.65
HSL 353.41º 0.87% 0.18% -
HSV(B) 353.41º 0.93% 0.35% -
XYZ 4.18 2.24 0.66 -
YUV 31.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 88 6 15 0 0.93 0.83 0.65 353.41 0.87 0.18
Hex 58 6 F 0 5D 53 41 161 57 12
Octal 130 6 17 0 135 123 101 541 127 22
Binary 1011000 110 1111 0 1011101 1010011 1000001 101100001 1010111 10010

Color Harmonies of #58060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58060F

Black with #58060F

Text Example


Text Example

White with #58060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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