Html Css Color HEX #58121F Bordeaux

📋 copy color: '#58121F'

red 88 ◦ green 18 ◦ blue 31

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

Shades of Bordeaux #58121F

Tints of Bordeaux #58121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 64.23%
G = 13.14%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58121F (or 0x58121F) is known color: Bordeaux. HEX triplet: 58, 12 and 1F. RGB value is (88,18,31). Sum of RGB (Red+Green+Blue) = 88+18+31=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58121F is #A7EDE0. Grayscale: #282828. Windows color (decimal): -11005409 or 2036312. OLE color: 2036312.

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

Color convert

RGB 88 18 31 -
CMYK 0 0.80 0.65 0.65
HSL 348.86º 0.66% 0.21% -
HSV(B) 348.86º 0.8% 0.35% -
XYZ 4.49 2.61 1.56 -
YUV 40.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 88 18 31 0 0.80 0.65 0.65 348.86 0.66 0.21
Hex 58 12 1F 0 50 41 41 15D 42 15
Octal 130 22 37 0 120 101 101 535 102 25
Binary 1011000 10010 11111 0 1010000 1000001 1000001 101011101 1000010 10101

Color Harmonies of #58121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58121F

Black with #58121F

Text Example


Text Example

White with #58121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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