Html Css Color HEX #58122B Bordeaux

📋 copy color: '#58122B'

red 88 ◦ green 18 ◦ blue 43

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

Shades of Bordeaux #58122B

Tints of Bordeaux #58122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.08%

 BLUE value IS 43 (17.19% from 255) = 28.86%

R = 59.06%
G = 12.08%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#58122B (or 0x58122B) is known color: Bordeaux. HEX triplet: 58, 12 and 2B. RGB value is (88,18,43). Sum of RGB (Red+Green+Blue) = 88+18+43=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58122B is #A7EDD4. Grayscale: #292929. Windows color (decimal): -11005397 or 2822744. OLE color: 2822744.

HSL color Cylindrical-coordinate representation of color #58122B: hue angle of 338.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58122B is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 43 -
CMYK 0 0.80 0.51 0.65
HSL 338.57º 0.66% 0.21% -
HSV(B) 338.57º 0.8% 0.35% -
XYZ 4.68 2.68 2.56 -
YUV 41.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 88 18 43 0 0.80 0.51 0.65 338.57 0.66 0.21
Hex 58 12 2B 0 50 33 41 153 42 15
Octal 130 22 53 0 120 63 101 523 102 25
Binary 1011000 10010 101011 0 1010000 110011 1000001 101010011 1000010 10101

Color Harmonies of #58122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58122B

Black with #58122B

Text Example


Text Example

White with #58122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58122B; }

 p { color: rgb(88,18,43); }

 H1.HeaderClassName
 {
   color: #58122B;
 }
 .AnyTagClassName
 {
   color: #58122B;
 }
</style>

background-color css

<style>
 a { background-color: #58122B; }

 a { background-color: rgb(88,18,43); }

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

border-color css

<style>
 span { border-color: #58122B; }

 span { border-color: rgb(88,18,43); }

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