Html Css Color HEX #58111C Bordeaux

📋 copy color: '#58111C'

red 88 ◦ green 17 ◦ blue 28

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

Shades of Bordeaux #58111C

Tints of Bordeaux #58111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.78%

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

R = 66.17%
G = 12.78%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58111C (or 0x58111C) is known color: Bordeaux. HEX triplet: 58, 11 and 1C. RGB value is (88,17,28). Sum of RGB (Red+Green+Blue) = 88+17+28=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58111C is #A7EEE3. Grayscale: #272727. Windows color (decimal): -11005668 or 1839448. OLE color: 1839448.

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

Color convert

RGB 88 17 28 -
CMYK 0 0.81 0.68 0.65
HSL 350.7º 0.68% 0.21% -
HSV(B) 350.7º 0.81% 0.35% -
XYZ 4.43 2.56 1.36 -
YUV 39.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 88 17 28 0 0.81 0.68 0.65 350.7 0.68 0.21
Hex 58 11 1C 0 51 44 41 15F 44 15
Octal 130 21 34 0 121 104 101 537 104 25
Binary 1011000 10001 11100 0 1010001 1000100 1000001 101011111 1000100 10101

Color Harmonies of #58111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58111C

Black with #58111C

Text Example


Text Example

White with #58111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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