Html Css Color HEX #58071C Bordeaux

📋 copy color: '#58071C'

red 88 ◦ green 7 ◦ blue 28

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

Shades of Bordeaux #58071C

Tints of Bordeaux #58071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.69%

 BLUE value IS 28 (11.33% from 255) = 22.76%

R = 71.54%
G = 5.69%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58071C (or 0x58071C) is known color: Bordeaux. HEX triplet: 58, 07 and 1C. RGB value is (88,7,28). Sum of RGB (Red+Green+Blue) = 88+7+28=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #58071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58071C is #A7F8E3. Grayscale: #212121. Windows color (decimal): -11008228 or 1836888. OLE color: 1836888.

HSL color Cylindrical-coordinate representation of color #58071C: hue angle of 344.44º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58071C is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 7 28 -
CMYK 0 0.92 0.68 0.65
HSL 344.44º 0.85% 0.19% -
HSV(B) 344.44º 0.92% 0.35% -
XYZ 4.31 2.31 1.32 -
YUV 33.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 88 7 28 0 0.92 0.68 0.65 344.44 0.85 0.19
Hex 58 7 1C 0 5C 44 41 158 55 13
Octal 130 7 34 0 134 104 101 530 125 23
Binary 1011000 111 11100 0 1011100 1000100 1000001 101011000 1010101 10011

Color Harmonies of #58071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58071C

Black with #58071C

Text Example


Text Example

White with #58071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,7,28); }

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

background-color css

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

 a { background-color: rgb(88,7,28); }

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

border-color css

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

 span { border-color: rgb(88,7,28); }

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