Html Css Color HEX #560423 Bordeaux

📋 copy color: '#560423'

red 86 ◦ green 4 ◦ blue 35

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

Shades of Bordeaux #560423

Tints of Bordeaux #560423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28%

R = 68.8%
G = 3.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#560423 (or 0x560423) is known color: Bordeaux. HEX triplet: 56, 04 and 23. RGB value is (86,4,35). Sum of RGB (Red+Green+Blue) = 86+4+35=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #560423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560423 is #A9FBDC. Grayscale: #202020. Windows color (decimal): -11140061 or 2294870. OLE color: 2294870.

HSL color Cylindrical-coordinate representation of color #560423: hue angle of 337.32º 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 #560423 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 4 35 -
CMYK 0 0.95 0.59 0.66
HSL 337.32º 0.91% 0.18% -
HSV(B) 337.32º 0.95% 0.34% -
XYZ 4.18 2.19 1.79 -
YUV 32.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 86 4 35 0 0.95 0.59 0.66 337.32 0.91 0.18
Hex 56 4 23 0 5F 3B 42 151 5B 12
Octal 126 4 43 0 137 73 102 521 133 22
Binary 1010110 100 100011 0 1011111 111011 1000010 101010001 1011011 10010

Color Harmonies of #560423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560423

Black with #560423

Text Example


Text Example

White with #560423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560423; }

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

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

background-color css

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

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

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

border-color css

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

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

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