Html Css Color HEX #560625 Bordeaux

📋 copy color: '#560625'

red 86 ◦ green 6 ◦ blue 37

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

Shades of Bordeaux #560625

Tints of Bordeaux #560625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.65%

 BLUE value IS 37 (14.84% from 255) = 28.68%

R = 66.67%
G = 4.65%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#560625 (or 0x560625) is known color: Bordeaux. HEX triplet: 56, 06 and 25. RGB value is (86,6,37). Sum of RGB (Red+Green+Blue) = 86+6+37=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #560625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560625 is #A9F9DA. Grayscale: #212121. Windows color (decimal): -11139547 or 2426454. OLE color: 2426454.

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

Color convert

RGB 86 6 37 -
CMYK 0 0.93 0.57 0.66
HSL 336.75º 0.87% 0.18% -
HSV(B) 336.75º 0.93% 0.34% -
XYZ 4.24 2.24 1.96 -
YUV 33.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 86 6 37 0 0.93 0.57 0.66 336.75 0.87 0.18
Hex 56 6 25 0 5D 39 42 151 57 12
Octal 126 6 45 0 135 71 102 521 127 22
Binary 1010110 110 100101 0 1011101 111001 1000010 101010001 1010111 10010

Color Harmonies of #560625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560625

Black with #560625

Text Example


Text Example

White with #560625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560625; }

 p { color: rgb(86,6,37); }

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

background-color css

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

 a { background-color: rgb(86,6,37); }

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

border-color css

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

 span { border-color: rgb(86,6,37); }

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