Html Css Color HEX #58101B Bordeaux

📋 copy color: '#58101B'

red 88 ◦ green 16 ◦ blue 27

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

Shades of Bordeaux #58101B

Tints of Bordeaux #58101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

 BLUE value IS 27 (10.94% from 255) = 20.61%

R = 67.18%
G = 12.21%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58101B (or 0x58101B) is known color: Bordeaux. HEX triplet: 58, 10 and 1B. RGB value is (88,16,27). Sum of RGB (Red+Green+Blue) = 88+16+27=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #58101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58101B is #A7EFE4. Grayscale: #262626. Windows color (decimal): -11005925 or 1773656. OLE color: 1773656.

HSL color Cylindrical-coordinate representation of color #58101B: hue angle of 350.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58101B is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 27 -
CMYK 0 0.82 0.69 0.65
HSL 350.83º 0.69% 0.2% -
HSV(B) 350.83º 0.82% 0.35% -
XYZ 4.41 2.52 1.29 -
YUV 38.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 88 16 27 0 0.82 0.69 0.65 350.83 0.69 0.2
Hex 58 10 1B 0 52 45 41 15F 45 14
Octal 130 20 33 0 122 105 101 537 105 24
Binary 1011000 10000 11011 0 1010010 1000101 1000001 101011111 1000101 10100

Color Harmonies of #58101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58101B

Black with #58101B

Text Example


Text Example

White with #58101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58101B; }

 p { color: rgb(88,16,27); }

 H1.HeaderClassName
 {
   color: #58101B;
 }
 .AnyTagClassName
 {
   color: #58101B;
 }
</style>

background-color css

<style>
 a { background-color: #58101B; }

 a { background-color: rgb(88,16,27); }

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

border-color css

<style>
 span { border-color: #58101B; }

 span { border-color: rgb(88,16,27); }

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