Html Css Color HEX #58131C Bordeaux

📋 copy color: '#58131C'

red 88 ◦ green 19 ◦ blue 28

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

Shades of Bordeaux #58131C

Tints of Bordeaux #58131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

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

R = 65.19%
G = 14.07%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58131C (or 0x58131C) is known color: Bordeaux. HEX triplet: 58, 13 and 1C. RGB value is (88,19,28). Sum of RGB (Red+Green+Blue) = 88+19+28=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58131C is #A7ECE3. Grayscale: #282828. Windows color (decimal): -11005156 or 1839960. OLE color: 1839960.

HSL color Cylindrical-coordinate representation of color #58131C: hue angle of 352.17º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58131C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 28 -
CMYK 0 0.78 0.68 0.65
HSL 352.17º 0.64% 0.21% -
HSV(B) 352.17º 0.78% 0.35% -
XYZ 4.47 2.62 1.37 -
YUV 40.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 88 19 28 0 0.78 0.68 0.65 352.17 0.64 0.21
Hex 58 13 1C 0 4E 44 41 160 40 15
Octal 130 23 34 0 116 104 101 540 100 25
Binary 1011000 10011 11100 0 1001110 1000100 1000001 101100000 1000000 10101

Color Harmonies of #58131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58131C

Black with #58131C

Text Example


Text Example

White with #58131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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