Html Css Color HEX #58101F Bordeaux

📋 copy color: '#58101F'

red 88 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #58101F

Tints of Bordeaux #58101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 65.19%
G = 11.85%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58101F (or 0x58101F) is known color: Bordeaux. HEX triplet: 58, 10 and 1F. RGB value is (88,16,31). Sum of RGB (Red+Green+Blue) = 88+16+31=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58101F is #A7EFE0. Grayscale: #272727. Windows color (decimal): -11005921 or 2035800. OLE color: 2035800.

HSL color Cylindrical-coordinate representation of color #58101F: hue angle of 347.5º 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 #58101F is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 31 -
CMYK 0 0.82 0.65 0.65
HSL 347.5º 0.69% 0.2% -
HSV(B) 347.5º 0.82% 0.35% -
XYZ 4.46 2.54 1.55 -
YUV 39.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 88 16 31 0 0.82 0.65 0.65 347.5 0.69 0.2
Hex 58 10 1F 0 52 41 41 15C 45 14
Octal 130 20 37 0 122 101 101 534 105 24
Binary 1011000 10000 11111 0 1010010 1000001 1000001 101011100 1000101 10100

Color Harmonies of #58101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58101F

Black with #58101F

Text Example


Text Example

White with #58101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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