Html Css Color HEX #58162C Bordeaux

📋 copy color: '#58162C'

red 88 ◦ green 22 ◦ blue 44

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

Shades of Bordeaux #58162C

Tints of Bordeaux #58162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.29%

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

R = 57.14%
G = 14.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58162C (or 0x58162C) is known color: Bordeaux. HEX triplet: 58, 16 and 2C. RGB value is (88,22,44). Sum of RGB (Red+Green+Blue) = 88+22+44=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58162C is #A7E9D3. Grayscale: #2C2C2C. Windows color (decimal): -11004372 or 2889304. OLE color: 2889304.

HSL color Cylindrical-coordinate representation of color #58162C: hue angle of 340º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58162C is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 22 44 -
CMYK 0 0.75 0.5 0.65
HSL 340º 0.6% 0.22% -
HSV(B) 340º 0.75% 0.35% -
XYZ 4.77 2.83 2.68 -
YUV 44.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 88 22 44 0 0.75 0.5 0.65 340 0.6 0.22
Hex 58 16 2C 0 4B 32 41 154 3C 16
Octal 130 26 54 0 113 62 101 524 74 26
Binary 1011000 10110 101100 0 1001011 110010 1000001 101010100 111100 10110

Color Harmonies of #58162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58162C

Black with #58162C

Text Example


Text Example

White with #58162C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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