Html Css Color HEX #58182A Bordeaux

📋 copy color: '#58182A'

red 88 ◦ green 24 ◦ blue 42

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

Shades of Bordeaux #58182A

Tints of Bordeaux #58182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.58%

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

R = 57.14%
G = 15.58%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58182A (or 0x58182A) is known color: Bordeaux. HEX triplet: 58, 18 and 2A. RGB value is (88,24,42). Sum of RGB (Red+Green+Blue) = 88+24+42=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58182A is #A7E7D5. Grayscale: #2D2D2D. Windows color (decimal): -11003862 or 2758744. OLE color: 2758744.

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

Color convert

RGB 88 24 42 -
CMYK 0 0.73 0.52 0.65
HSL 343.13º 0.57% 0.22% -
HSV(B) 343.13º 0.73% 0.35% -
XYZ 4.77 2.9 2.5 -
YUV 45.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 88 24 42 0 0.73 0.52 0.65 343.13 0.57 0.22
Hex 58 18 2A 0 49 34 41 157 39 16
Octal 130 30 52 0 111 64 101 527 71 26
Binary 1011000 11000 101010 0 1001001 110100 1000001 101010111 111001 10110

Color Harmonies of #58182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58182A

Black with #58182A

Text Example


Text Example

White with #58182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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