Html Css Color HEX #58192A Bordeaux

📋 copy color: '#58192A'

red 88 ◦ green 25 ◦ blue 42

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

Shades of Bordeaux #58192A

Tints of Bordeaux #58192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

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

R = 56.77%
G = 16.13%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58192A (or 0x58192A) is known color: Bordeaux. HEX triplet: 58, 19 and 2A. RGB value is (88,25,42). Sum of RGB (Red+Green+Blue) = 88+25+42=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58192A is #A7E6D5. Grayscale: #2D2D2D. Windows color (decimal): -11003606 or 2759000. OLE color: 2759000.

HSL color Cylindrical-coordinate representation of color #58192A: hue angle of 343.81º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58192A is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 42 -
CMYK 0 0.72 0.52 0.65
HSL 343.81º 0.56% 0.22% -
HSV(B) 343.81º 0.72% 0.35% -
XYZ 4.79 2.94 2.5 -
YUV 45.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 88 25 42 0 0.72 0.52 0.65 343.81 0.56 0.22
Hex 58 19 2A 0 48 34 41 158 38 16
Octal 130 31 52 0 110 64 101 530 70 26
Binary 1011000 11001 101010 0 1001000 110100 1000001 101011000 111000 10110

Color Harmonies of #58192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58192A

Black with #58192A

Text Example


Text Example

White with #58192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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