Html Css Color HEX #58162A Bordeaux

📋 copy color: '#58162A'

red 88 ◦ green 22 ◦ blue 42

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

Shades of Bordeaux #58162A

Tints of Bordeaux #58162A

RGB

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

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

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

R = 57.89%
G = 14.47%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58162A (or 0x58162A) is known color: Bordeaux. HEX triplet: 58, 16 and 2A. RGB value is (88,22,42). Sum of RGB (Red+Green+Blue) = 88+22+42=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58162A is #A7E9D5. Grayscale: #2B2B2B. Windows color (decimal): -11004374 or 2758232. OLE color: 2758232.

HSL color Cylindrical-coordinate representation of color #58162A: hue angle of 341.82º 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 #58162A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 22 42 -
CMYK 0 0.75 0.52 0.65
HSL 341.82º 0.6% 0.22% -
HSV(B) 341.82º 0.75% 0.35% -
XYZ 4.73 2.82 2.48 -
YUV 44.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 88 22 42 0 0.75 0.52 0.65 341.82 0.6 0.22
Hex 58 16 2A 0 4B 34 41 156 3C 16
Octal 130 26 52 0 113 64 101 526 74 26
Binary 1011000 10110 101010 0 1001011 110100 1000001 101010110 111100 10110

Color Harmonies of #58162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58162A

Black with #58162A

Text Example


Text Example

White with #58162A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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