Html Css Color HEX #58142D Bordeaux

📋 copy color: '#58142D'

red 88 ◦ green 20 ◦ blue 45

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

Shades of Bordeaux #58142D

Tints of Bordeaux #58142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

 BLUE value IS 45 (17.97% from 255) = 29.41%

R = 57.52%
G = 13.07%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58142D (or 0x58142D) is known color: Bordeaux. HEX triplet: 58, 14 and 2D. RGB value is (88,20,45). Sum of RGB (Red+Green+Blue) = 88+20+45=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58142D is #A7EBD2. Grayscale: #2B2B2B. Windows color (decimal): -11004883 or 2954328. OLE color: 2954328.

HSL color Cylindrical-coordinate representation of color #58142D: hue angle of 337.94º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58142D is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 45 -
CMYK 0 0.77 0.49 0.65
HSL 337.94º 0.63% 0.21% -
HSV(B) 337.94º 0.77% 0.35% -
XYZ 4.75 2.76 2.77 -
YUV 43.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 88 20 45 0 0.77 0.49 0.65 337.94 0.63 0.21
Hex 58 14 2D 0 4D 31 41 152 3F 15
Octal 130 24 55 0 115 61 101 522 77 25
Binary 1011000 10100 101101 0 1001101 110001 1000001 101010010 111111 10101

Color Harmonies of #58142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58142D

Black with #58142D

Text Example


Text Example

White with #58142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58142D; }

 p { color: rgb(88,20,45); }

 H1.HeaderClassName
 {
   color: #58142D;
 }
 .AnyTagClassName
 {
   color: #58142D;
 }
</style>

background-color css

<style>
 a { background-color: #58142D; }

 a { background-color: rgb(88,20,45); }

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

border-color css

<style>
 span { border-color: #58142D; }

 span { border-color: rgb(88,20,45); }

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