Html Css Color HEX #58182C Bordeaux

📋 copy color: '#58182C'

red 88 ◦ green 24 ◦ blue 44

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

Shades of Bordeaux #58182C

Tints of Bordeaux #58182C

RGB

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

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

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

R = 56.41%
G = 15.38%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58182C (or 0x58182C) is known color: Bordeaux. HEX triplet: 58, 18 and 2C. RGB value is (88,24,44). Sum of RGB (Red+Green+Blue) = 88+24+44=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58182C is #A7E7D3. Grayscale: #2D2D2D. Windows color (decimal): -11003860 or 2889816. OLE color: 2889816.

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

Color convert

RGB 88 24 44 -
CMYK 0 0.73 0.5 0.65
HSL 341.25º 0.57% 0.22% -
HSV(B) 341.25º 0.73% 0.35% -
XYZ 4.81 2.91 2.69 -
YUV 45.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 88 24 44 0 0.73 0.5 0.65 341.25 0.57 0.22
Hex 58 18 2C 0 49 32 41 155 39 16
Octal 130 30 54 0 111 62 101 525 71 26
Binary 1011000 11000 101100 0 1001001 110010 1000001 101010101 111001 10110

Color Harmonies of #58182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58182C

Black with #58182C

Text Example


Text Example

White with #58182C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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