Html Css Color HEX #58111A Bordeaux

📋 copy color: '#58111A'

red 88 ◦ green 17 ◦ blue 26

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

Shades of Bordeaux #58111A

Tints of Bordeaux #58111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.85%

R = 67.18%
G = 12.98%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58111A (or 0x58111A) is known color: Bordeaux. HEX triplet: 58, 11 and 1A. RGB value is (88,17,26). Sum of RGB (Red+Green+Blue) = 88+17+26=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #58111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58111A is #A7EEE5. Grayscale: #272727. Windows color (decimal): -11005670 or 1708376. OLE color: 1708376.

HSL color Cylindrical-coordinate representation of color #58111A: hue angle of 352.39º 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 #58111A is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 26 -
CMYK 0 0.81 0.70 0.65
HSL 352.39º 0.68% 0.21% -
HSV(B) 352.39º 0.81% 0.35% -
XYZ 4.41 2.55 1.24 -
YUV 39.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 88 17 26 0 0.81 0.70 0.65 352.39 0.68 0.21
Hex 58 11 1A 0 51 46 41 160 44 15
Octal 130 21 32 0 121 106 101 540 104 25
Binary 1011000 10001 11010 0 1010001 1000110 1000001 101100000 1000100 10101

Color Harmonies of #58111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58111A

Black with #58111A

Text Example


Text Example

White with #58111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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