Html Css Color HEX #58041F Bordeaux

📋 copy color: '#58041F'

red 88 ◦ green 4 ◦ blue 31

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

Shades of Bordeaux #58041F

Tints of Bordeaux #58041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.25%

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

R = 71.54%
G = 3.25%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58041F (or 0x58041F) is known color: Bordeaux. HEX triplet: 58, 04 and 1F. RGB value is (88,4,31). Sum of RGB (Red+Green+Blue) = 88+4+31=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #58041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58041F is #A7FBE0. Grayscale: #202020. Windows color (decimal): -11008993 or 2032728. OLE color: 2032728.

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

Color convert

RGB 88 4 31 -
CMYK 0 0.95 0.65 0.65
HSL 340.71º 0.91% 0.18% -
HSV(B) 340.71º 0.95% 0.35% -
XYZ 4.32 2.26 1.51 -
YUV 32.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 88 4 31 0 0.95 0.65 0.65 340.71 0.91 0.18
Hex 58 4 1F 0 5F 41 41 155 5B 12
Octal 130 4 37 0 137 101 101 525 133 22
Binary 1011000 100 11111 0 1011111 1000001 1000001 101010101 1011011 10010

Color Harmonies of #58041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58041F

Black with #58041F

Text Example


Text Example

White with #58041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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