Html Css Color HEX #58121C Bordeaux

📋 copy color: '#58121C'

red 88 ◦ green 18 ◦ blue 28

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

Shades of Bordeaux #58121C

Tints of Bordeaux #58121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.9%

R = 65.67%
G = 13.43%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58121C (or 0x58121C) is known color: Bordeaux. HEX triplet: 58, 12 and 1C. RGB value is (88,18,28). Sum of RGB (Red+Green+Blue) = 88+18+28=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58121C is #A7EDE3. Grayscale: #282828. Windows color (decimal): -11005412 or 1839704. OLE color: 1839704.

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

Color convert

RGB 88 18 28 -
CMYK 0 0.80 0.68 0.65
HSL 351.43º 0.66% 0.21% -
HSV(B) 351.43º 0.8% 0.35% -
XYZ 4.45 2.59 1.36 -
YUV 40.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 88 18 28 0 0.80 0.68 0.65 351.43 0.66 0.21
Hex 58 12 1C 0 50 44 41 15F 42 15
Octal 130 22 34 0 120 104 101 537 102 25
Binary 1011000 10010 11100 0 1010000 1000100 1000001 101011111 1000010 10101

Color Harmonies of #58121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58121C

Black with #58121C

Text Example


Text Example

White with #58121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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