Html Css Color HEX #58122C Bordeaux

📋 copy color: '#58122C'

red 88 ◦ green 18 ◦ blue 44

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

Shades of Bordeaux #58122C

Tints of Bordeaux #58122C

RGB

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

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

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

R = 58.67%
G = 12%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58122C (or 0x58122C) is known color: Bordeaux. HEX triplet: 58, 12 and 2C. RGB value is (88,18,44). Sum of RGB (Red+Green+Blue) = 88+18+44=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58122C is #A7EDD3. Grayscale: #292929. Windows color (decimal): -11005396 or 2888280. OLE color: 2888280.

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

Color convert

RGB 88 18 44 -
CMYK 0 0.80 0.5 0.65
HSL 337.71º 0.66% 0.21% -
HSV(B) 337.71º 0.8% 0.35% -
XYZ 4.7 2.69 2.65 -
YUV 41.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 88 18 44 0 0.80 0.5 0.65 337.71 0.66 0.21
Hex 58 12 2C 0 50 32 41 152 42 15
Octal 130 22 54 0 120 62 101 522 102 25
Binary 1011000 10010 101100 0 1010000 110010 1000001 101010010 1000010 10101

Color Harmonies of #58122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58122C

Black with #58122C

Text Example


Text Example

White with #58122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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