Html Css Color HEX #56020A Bordeaux

📋 copy color: '#56020A'

red 86 ◦ green 2 ◦ blue 10

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

Shades of Bordeaux #56020A

Tints of Bordeaux #56020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.04%

 BLUE value IS 10 (4.3% from 255) = 10.2%

R = 87.76%
G = 2.04%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#56020A (or 0x56020A) is known color: Bordeaux. HEX triplet: 56, 02 and 0A. RGB value is (86,2,10). Sum of RGB (Red+Green+Blue) = 86+2+10=98 (12% of max value = 765). Red value is 86 (33.98% from 255 or 87.76% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 86 - color contains mainly: red. Hex color #56020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56020A is #A9FDF5. Grayscale: #1C1C1C. Windows color (decimal): -11140598 or 655958. OLE color: 655958.

HSL color Cylindrical-coordinate representation of color #56020A: hue angle of 354.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56020A is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 2 10 -
CMYK 0 0.98 0.88 0.66
HSL 354.29º 0.95% 0.17% -
HSV(B) 354.29º 0.98% 0.34% -
XYZ 3.91 2.04 0.48 -
YUV 28.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 86 2 10 0 0.98 0.88 0.66 354.29 0.95 0.17
Hex 56 2 A 0 62 58 42 162 5F 11
Octal 126 2 12 0 142 130 102 542 137 21
Binary 1010110 10 1010 0 1100010 1011000 1000010 101100010 1011111 10001

Color Harmonies of #56020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56020A

Black with #56020A

Text Example


Text Example

White with #56020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,2,10); }

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

background-color css

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

 a { background-color: rgb(86,2,10); }

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

border-color css

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

 span { border-color: rgb(86,2,10); }

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