Html Css Color HEX #58152C Bordeaux

📋 copy color: '#58152C'

red 88 ◦ green 21 ◦ blue 44

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

Shades of Bordeaux #58152C

Tints of Bordeaux #58152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.76%

R = 57.52%
G = 13.73%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58152C (or 0x58152C) is known color: Bordeaux. HEX triplet: 58, 15 and 2C. RGB value is (88,21,44). Sum of RGB (Red+Green+Blue) = 88+21+44=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58152C is #A7EAD3. Grayscale: #2B2B2B. Windows color (decimal): -11004628 or 2889048. OLE color: 2889048.

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

Color convert

RGB 88 21 44 -
CMYK 0 0.76 0.5 0.65
HSL 339.4º 0.61% 0.21% -
HSV(B) 339.4º 0.76% 0.35% -
XYZ 4.75 2.79 2.67 -
YUV 43.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 88 21 44 0 0.76 0.5 0.65 339.4 0.61 0.21
Hex 58 15 2C 0 4C 32 41 153 3D 15
Octal 130 25 54 0 114 62 101 523 75 25
Binary 1011000 10101 101100 0 1001100 110010 1000001 101010011 111101 10101

Color Harmonies of #58152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58152C

Black with #58152C

Text Example


Text Example

White with #58152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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