Html Css Color HEX #58152D Bordeaux

📋 copy color: '#58152D'

red 88 ◦ green 21 ◦ blue 45

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

Shades of Bordeaux #58152D

Tints of Bordeaux #58152D

RGB

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

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

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

R = 57.14%
G = 13.64%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58152D (or 0x58152D) is known color: Bordeaux. HEX triplet: 58, 15 and 2D. RGB value is (88,21,45). Sum of RGB (Red+Green+Blue) = 88+21+45=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58152D is #A7EAD2. Grayscale: #2B2B2B. Windows color (decimal): -11004627 or 2954584. OLE color: 2954584.

HSL color Cylindrical-coordinate representation of color #58152D: hue angle of 338.51º 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 #58152D is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 21 45 -
CMYK 0 0.76 0.49 0.65
HSL 338.51º 0.61% 0.21% -
HSV(B) 338.51º 0.76% 0.35% -
XYZ 4.77 2.8 2.77 -
YUV 43.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 88 21 45 0 0.76 0.49 0.65 338.51 0.61 0.21
Hex 58 15 2D 0 4C 31 41 153 3D 15
Octal 130 25 55 0 114 61 101 523 75 25
Binary 1011000 10101 101101 0 1001100 110001 1000001 101010011 111101 10101

Color Harmonies of #58152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58152D

Black with #58152D

Text Example


Text Example

White with #58152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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