Html Css Color HEX #56182A Bordeaux

📋 copy color: '#56182A'

red 86 ◦ green 24 ◦ blue 42

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

Shades of Bordeaux #56182A

Tints of Bordeaux #56182A

RGB

 RED value IS 86 (33.98% from 255) = 56.58%

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

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

R = 56.58%
G = 15.79%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#56182A (or 0x56182A) is known color: Bordeaux. HEX triplet: 56, 18 and 2A. RGB value is (86,24,42). Sum of RGB (Red+Green+Blue) = 86+24+42=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #56182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56182A is #A9E7D5. Grayscale: #2C2C2C. Windows color (decimal): -11134934 or 2758742. OLE color: 2758742.

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

Color convert

RGB 86 24 42 -
CMYK 0 0.72 0.51 0.66
HSL 342.58º 0.56% 0.22% -
HSV(B) 342.58º 0.72% 0.34% -
XYZ 4.58 2.8 2.49 -
YUV 44.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 86 24 42 0 0.72 0.51 0.66 342.58 0.56 0.22
Hex 56 18 2A 0 48 33 42 157 38 16
Octal 126 30 52 0 110 63 102 527 70 26
Binary 1010110 11000 101010 0 1001000 110011 1000010 101010111 111000 10110

Color Harmonies of #56182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56182A

Black with #56182A

Text Example


Text Example

White with #56182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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