Html Css Color HEX #58151F Bordeaux

📋 copy color: '#58151F'

red 88 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #58151F

Tints of Bordeaux #58151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

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

R = 62.86%
G = 15%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58151F (or 0x58151F) is known color: Bordeaux. HEX triplet: 58, 15 and 1F. RGB value is (88,21,31). Sum of RGB (Red+Green+Blue) = 88+21+31=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58151F is #A7EAE0. Grayscale: #2A2A2A. Windows color (decimal): -11004641 or 2037080. OLE color: 2037080.

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

Color convert

RGB 88 21 31 -
CMYK 0 0.76 0.65 0.65
HSL 351.04º 0.61% 0.21% -
HSV(B) 351.04º 0.76% 0.35% -
XYZ 4.54 2.71 1.58 -
YUV 42.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 88 21 31 0 0.76 0.65 0.65 351.04 0.61 0.21
Hex 58 15 1F 0 4C 41 41 15F 3D 15
Octal 130 25 37 0 114 101 101 537 75 25
Binary 1011000 10101 11111 0 1001100 1000001 1000001 101011111 111101 10101

Color Harmonies of #58151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58151F

Black with #58151F

Text Example


Text Example

White with #58151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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