Html Css Color HEX #560923 Bordeaux

📋 copy color: '#560923'

red 86 ◦ green 9 ◦ blue 35

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

Shades of Bordeaux #560923

Tints of Bordeaux #560923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

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

R = 66.15%
G = 6.92%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#560923 (or 0x560923) is known color: Bordeaux. HEX triplet: 56, 09 and 23. RGB value is (86,9,35). Sum of RGB (Red+Green+Blue) = 86+9+35=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #560923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560923 is #A9F6DC. Grayscale: #222222. Windows color (decimal): -11138781 or 2296150. OLE color: 2296150.

HSL color Cylindrical-coordinate representation of color #560923: hue angle of 339.74º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560923 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 9 35 -
CMYK 0 0.90 0.59 0.66
HSL 339.74º 0.81% 0.19% -
HSV(B) 339.74º 0.9% 0.34% -
XYZ 4.24 2.3 1.81 -
YUV 34.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 86 9 35 0 0.90 0.59 0.66 339.74 0.81 0.19
Hex 56 9 23 0 5A 3B 42 154 51 13
Octal 126 11 43 0 132 73 102 524 121 23
Binary 1010110 1001 100011 0 1011010 111011 1000010 101010100 1010001 10011

Color Harmonies of #560923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560923

Black with #560923

Text Example


Text Example

White with #560923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560923; }

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

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

background-color css

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

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

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

border-color css

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

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

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