Html Css Color HEX #58172A Bordeaux

📋 copy color: '#58172A'

red 88 ◦ green 23 ◦ blue 42

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

Shades of Bordeaux #58172A

Tints of Bordeaux #58172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

 BLUE value IS 42 (16.8% from 255) = 27.45%

R = 57.52%
G = 15.03%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58172A (or 0x58172A) is known color: Bordeaux. HEX triplet: 58, 17 and 2A. RGB value is (88,23,42). Sum of RGB (Red+Green+Blue) = 88+23+42=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58172A is #A7E8D5. Grayscale: #2C2C2C. Windows color (decimal): -11004118 or 2758488. OLE color: 2758488.

HSL color Cylindrical-coordinate representation of color #58172A: hue angle of 342.46º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58172A is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 23 42 -
CMYK 0 0.74 0.52 0.65
HSL 342.46º 0.59% 0.22% -
HSV(B) 342.46º 0.74% 0.35% -
XYZ 4.75 2.85 2.49 -
YUV 44.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 88 23 42 0 0.74 0.52 0.65 342.46 0.59 0.22
Hex 58 17 2A 0 4A 34 41 156 3B 16
Octal 130 27 52 0 112 64 101 526 73 26
Binary 1011000 10111 101010 0 1001010 110100 1000001 101010110 111011 10110

Color Harmonies of #58172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58172A

Black with #58172A

Text Example


Text Example

White with #58172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58172A; }

 p { color: rgb(88,23,42); }

 H1.HeaderClassName
 {
   color: #58172A;
 }
 .AnyTagClassName
 {
   color: #58172A;
 }
</style>

background-color css

<style>
 a { background-color: #58172A; }

 a { background-color: rgb(88,23,42); }

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

border-color css

<style>
 span { border-color: #58172A; }

 span { border-color: rgb(88,23,42); }

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