Html Css Color HEX #560422 Bordeaux

📋 copy color: '#560422'

red 86 ◦ green 4 ◦ blue 34

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

Shades of Bordeaux #560422

Tints of Bordeaux #560422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.23%

 BLUE value IS 34 (13.67% from 255) = 27.42%

R = 69.35%
G = 3.23%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#560422 (or 0x560422) is known color: Bordeaux. HEX triplet: 56, 04 and 22. RGB value is (86,4,34). Sum of RGB (Red+Green+Blue) = 86+4+34=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #560422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560422 is #A9FBDD. Grayscale: #1F1F1F. Windows color (decimal): -11140062 or 2229334. OLE color: 2229334.

HSL color Cylindrical-coordinate representation of color #560422: hue angle of 338.05º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560422 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 4 34 -
CMYK 0 0.95 0.60 0.66
HSL 338.05º 0.91% 0.18% -
HSV(B) 338.05º 0.95% 0.34% -
XYZ 4.17 2.18 1.71 -
YUV 31.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 86 4 34 0 0.95 0.60 0.66 338.05 0.91 0.18
Hex 56 4 22 0 5F 3C 42 152 5B 12
Octal 126 4 42 0 137 74 102 522 133 22
Binary 1010110 100 100010 0 1011111 111100 1000010 101010010 1011011 10010

Color Harmonies of #560422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560422

Black with #560422

Text Example


Text Example

White with #560422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560422; }

 p { color: rgb(86,4,34); }

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

background-color css

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

 a { background-color: rgb(86,4,34); }

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

border-color css

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

 span { border-color: rgb(86,4,34); }

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