Html Css Color HEX #56202A Bordeaux

📋 copy color: '#56202A'

red 86 ◦ green 32 ◦ blue 42

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

Shades of Bordeaux #56202A

Tints of Bordeaux #56202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

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

R = 53.75%
G = 20%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#56202A (or 0x56202A) is known color: Bordeaux. HEX triplet: 56, 20 and 2A. RGB value is (86,32,42). Sum of RGB (Red+Green+Blue) = 86+32+42=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #56202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56202A is #A9DFD5. Grayscale: #313131. Windows color (decimal): -11132886 or 2760790. OLE color: 2760790.

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

Color convert

RGB 86 32 42 -
CMYK 0 0.63 0.51 0.66
HSL 348.89º 0.46% 0.23% -
HSV(B) 348.89º 0.63% 0.34% -
XYZ 4.77 3.18 2.55 -
YUV 49.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 86 32 42 0 0.63 0.51 0.66 348.89 0.46 0.23
Hex 56 20 2A 0 3F 33 42 15D 2E 17
Octal 126 40 52 0 77 63 102 535 56 27
Binary 1010110 100000 101010 0 111111 110011 1000010 101011101 101110 10111

Color Harmonies of #56202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56202A

Black with #56202A

Text Example


Text Example

White with #56202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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