Html Css Color HEX #58061E Bordeaux

📋 copy color: '#58061E'

red 88 ◦ green 6 ◦ blue 30

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

Shades of Bordeaux #58061E

Tints of Bordeaux #58061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.19%

R = 70.97%
G = 4.84%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#58061E (or 0x58061E) is known color: Bordeaux. HEX triplet: 58, 06 and 1E. RGB value is (88,6,30). Sum of RGB (Red+Green+Blue) = 88+6+30=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58061E is #A7F9E1. Grayscale: #212121. Windows color (decimal): -11008482 or 1967704. OLE color: 1967704.

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

Color convert

RGB 88 6 30 -
CMYK 0 0.93 0.66 0.65
HSL 342.44º 0.87% 0.18% -
HSV(B) 342.44º 0.93% 0.35% -
XYZ 4.32 2.3 1.44 -
YUV 33.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 88 6 30 0 0.93 0.66 0.65 342.44 0.87 0.18
Hex 58 6 1E 0 5D 42 41 156 57 12
Octal 130 6 36 0 135 102 101 526 127 22
Binary 1011000 110 11110 0 1011101 1000010 1000001 101010110 1010111 10010

Color Harmonies of #58061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58061E

Black with #58061E

Text Example


Text Example

White with #58061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58061E; }

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

 H1.HeaderClassName
 {
   color: #58061E;
 }
 .AnyTagClassName
 {
   color: #58061E;
 }
</style>

background-color css

<style>
 a { background-color: #58061E; }

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

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

border-color css

<style>
 span { border-color: #58061E; }

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

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